From fe8eaa54420cbb384bd5ad179495bb9774b6b48f Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Wed, 20 Mar 2024 11:51:53 -0400 Subject: docs: Merge separate chapters on built-in index AMs into one. The documentation index is getting very long, which makes it hard to find things. Since these chapters are all very similar in structure and content, merging them is a natural way of reducing the size of the toplevel index. Rather than actually combining all of the SGML into a single file, keep one file per , and add a glue file that includes all of them. Discussion: http://postgr.es/m/CA+Tgmob7_uoYuS2=rVwpVXaRwP-UXz+++saYTC-BCZ42QzSNKQ@mail.gmail.com --- doc/src/sgml/gist.sgml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'doc/src/sgml/gist.sgml') diff --git a/doc/src/sgml/gist.sgml b/doc/src/sgml/gist.sgml index 8a19f156d83..3f7df103b83 100644 --- a/doc/src/sgml/gist.sgml +++ b/doc/src/sgml/gist.sgml @@ -1,6 +1,6 @@ - + GiST Indexes @@ -8,7 +8,7 @@ GiST - + Introduction @@ -38,9 +38,9 @@ web site. - + - + Built-in Operator Classes @@ -222,9 +222,9 @@ CREATE INDEX ON my_table USING GIST (my_inet_column inet_ops); - + - + Extensibility @@ -1260,12 +1260,12 @@ my_stratnum(PG_FUNCTION_ARGS) will accumulate for the duration of the operation. - + - + Implementation - + GiST Index Build Methods @@ -1314,10 +1314,10 @@ my_stratnum(PG_FUNCTION_ARGS) is ordered. - - + + - + Examples @@ -1382,6 +1382,6 @@ my_stratnum(PG_FUNCTION_ARGS) - + - + -- cgit v1.2.3