From 3b3251cb95001be2f911e16280fd99e7dd559620 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 2 Dec 2007 22:33:20 +0000 Subject: Ensure that all and tags have IDs. This is needed to ensure that the resulting webpages have predictable URLs, instead of ever-changing numeric IDs. The new contrib docs were the biggest offender, but some old stuff had the problem too. Also, rename a couple of new contrib sgml files for consistency's sake. --- doc/src/sgml/btree-gist.sgml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'doc/src/sgml/btree-gist.sgml') diff --git a/doc/src/sgml/btree-gist.sgml b/doc/src/sgml/btree-gist.sgml index 4e1126e33c3..c545c6ce7b4 100644 --- a/doc/src/sgml/btree-gist.sgml +++ b/doc/src/sgml/btree-gist.sgml @@ -1,14 +1,12 @@ - - - - btree-gist - btree-gist is a B-Tree implementation using GiST that supports the int2, int4, + btree_gist is a B-Tree implementation using GiST that supports the int2, int4, int8, float4, float8 timestamp with/without time zone, time with/without time zone, date, interval, oid, money, macaddr, char, varchar/text, bytea, numeric, bit, varbit and inet/cidr types. @@ -37,4 +35,3 @@ - -- cgit v1.2.3