diff options
author | Tom Lane | 2007-12-02 22:33:20 +0000 |
---|---|---|
committer | Tom Lane | 2007-12-02 22:33:20 +0000 |
commit | 3b3251cb95001be2f911e16280fd99e7dd559620 (patch) | |
tree | a8d582b3f0dd9f44934e595ee3d8dd916e0c74ce /doc/src/sgml/btree-gist.sgml | |
parent | 1308d6dd80625207255e38028a513fa7defd569b (diff) |
Ensure that all <sect1> and <refentry> 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.
Diffstat (limited to 'doc/src/sgml/btree-gist.sgml')
-rw-r--r-- | doc/src/sgml/btree-gist.sgml | 13 |
1 files changed, 5 insertions, 8 deletions
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 @@ -<sect1> - <!-- +<sect1 id="btree-gist"> + <title>btree_gist</title> + <indexterm zone="btree-gist"> - <primary>btree-gist</primary> + <primary>btree_gist</primary> </indexterm> - --> - - <title>btree-gist</title> <para> - 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 @@ </sect2> </sect1> - |