diff options
author | Bruce Momjian | 2020-06-11 22:19:25 +0000 |
---|---|---|
committer | Bruce Momjian | 2020-06-11 22:19:25 +0000 |
commit | 0dd1eb3aea636c0b28a18e1290ef108629e5eddd (patch) | |
tree | f571653a39d493bdbf5503450d5ed0a4d50d5e48 /doc/src/sgml/gist.sgml | |
parent | 77a3be32f7c16538bc4e05edad85560d9f88369b (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 60d77411e03..a7eec1e9497 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> |