From 323bcca5249c707b68d9f6d921d86fd750bcf33e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:16:20 +0200 Subject: Merging upstream version 16.3. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/indexes-index-only-scans.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/indexes-index-only-scans.html') diff --git a/doc/src/sgml/html/indexes-index-only-scans.html b/doc/src/sgml/html/indexes-index-only-scans.html index 465f9a6..8a73ebc 100644 --- a/doc/src/sgml/html/indexes-index-only-scans.html +++ b/doc/src/sgml/html/indexes-index-only-scans.html @@ -1,5 +1,5 @@ -11.9. Index-Only Scans and Covering Indexes

11.9. Index-Only Scans and Covering Indexes #

+11.9. Index-Only Scans and Covering Indexes

11.9. Index-Only Scans and Covering Indexes #

All indexes in PostgreSQL are secondary indexes, meaning that each index is stored separately from the table's main data area (which is called the @@ -206,4 +206,4 @@ SELECT target FROM tests WHERE subject = 'some-subject' AND success; checked in the plan. PostgreSQL versions 9.6 and later will recognize such cases and allow index-only scans to be generated, but older versions will not. -

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3