From 31176cd686f31dcb71392f6583f7b8d9cef63770 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:16:19 +0200 Subject: Adding upstream version 16.3. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/indexes-multicolumn.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/indexes-multicolumn.html') diff --git a/doc/src/sgml/html/indexes-multicolumn.html b/doc/src/sgml/html/indexes-multicolumn.html index 4d516e6..01369c1 100644 --- a/doc/src/sgml/html/indexes-multicolumn.html +++ b/doc/src/sgml/html/indexes-multicolumn.html @@ -1,5 +1,5 @@ -11.3. Multicolumn Indexes

11.3. Multicolumn Indexes #

+11.3. Multicolumn Indexes

11.3. Multicolumn Indexes #

An index can be defined on more than one column of a table. For example, if you have a table of this form:

@@ -79,4 +79,4 @@ CREATE INDEX test2_mm_idx ON test2 (major, minor);
    Section 11.5 and
    Section 11.9 for some discussion of the
    merits of different index configurations.
-  

\ No newline at end of file +

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