diff options
author | Bruce Momjian <bruce@momjian.us> | 2020-06-11 18:19:25 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2020-06-11 18:19:25 -0400 |
commit | f6ee4c39aca943aa224b410895f3634e0f1f60bc (patch) | |
tree | b774d024acf1626f85ea15e52c7958f0bf177448 /doc/src/sgml/gist.sgml | |
parent | 36df06e25c4a6f5be6132d56047063052af5ea76 (diff) |
doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5
xreflabels prevent references to the chapter numbers of sections id's.
It should only be used in specific cases.
Discussion: https://postgr.es/m/8315c0ca-7758-8823-fcb6-f37f9413e6b6@2ndquadrant.com
Backpatch-through: 9.5
Diffstat (limited to 'doc/src/sgml/gist.sgml')
-rw-r--r-- | doc/src/sgml/gist.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/gist.sgml b/doc/src/sgml/gist.sgml index b2e6b7e4945..21bb5120882 100644 --- a/doc/src/sgml/gist.sgml +++ b/doc/src/sgml/gist.sgml @@ -1,6 +1,6 @@ <!-- doc/src/sgml/gist.sgml --> -<chapter id="GiST" xreflabel="gist"> +<chapter id="GiST"> <title>GiST Indexes</title> <indexterm> |