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/postgres.sgml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'doc/src/sgml/postgres.sgml') diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 1ac9d3a9b8f..e9a350234e7 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -258,12 +258,7 @@ break is not needed in a wider output rendering. &indexam; &generic-wal; &custom-rmgr; - &btree; - &gist; - &spgist; - &gin; - &brin; - &hash; + &indextypes; &storage; &transaction; &bki; -- cgit v1.2.3