diff options
author | Tom Lane | 2023-01-09 20:08:24 +0000 |
---|---|---|
committer | Tom Lane | 2023-01-09 20:08:24 +0000 |
commit | 78ee60ed84bb3a1cf0b6bd9a715dcbcf252a90f5 (patch) | |
tree | cf94ff066b0e8c86d45a1390f7130988535bd7a7 /doc/src/sgml/btree-gist.sgml | |
parent | 38d81760c4d7e22b95252e3545596602c9e38806 (diff) |
Doc: add XML ID attributes to <sectN> and <varlistentry> tags.
This doesn't have any external effect at the moment, but it
will allow adding useful link-discoverability features later.
Brar Piening, reviewed by Karl Pinc.
Discussion: https://postgr.es/m/CAB8KJ=jpuQU9QJe4+RgWENrK5g9jhoysMw2nvTN_esoOU0=a_w@mail.gmail.com
Diffstat (limited to 'doc/src/sgml/btree-gist.sgml')
-rw-r--r-- | doc/src/sgml/btree-gist.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/btree-gist.sgml b/doc/src/sgml/btree-gist.sgml index b67f20a00fb..92aa8e277ed 100644 --- a/doc/src/sgml/btree-gist.sgml +++ b/doc/src/sgml/btree-gist.sgml @@ -58,7 +58,7 @@ on the current database. </para> - <sect2> + <sect2 id="btree-gist-example-usage"> <title>Example Usage</title> <para> @@ -101,7 +101,7 @@ INSERT 0 1 </sect2> - <sect2> + <sect2 id="btree-gist-authors"> <title>Authors</title> <para> |