1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-24 14:22:24 +03:00

doc: document problems with using xreflabel in XML docs

Reported-by: Peter Eisentraut

Discussion: https://postgr.es/m/8315c0ca-7758-8823-fcb6-f37f9413e6b6@2ndquadrant.com

Backpatch-through: master
This commit is contained in:
Bruce Momjian
2020-06-11 18:44:49 -04:00
parent 0dd1eb3aea
commit 59fa7eb603

View File

@ -47,3 +47,7 @@ Guidelines
usually have xreflabels.
- For an external link, use <ulink>, with or without link text.
- xreflabels added to tags prevent the chapter/section for id's from being
referenced; only the xreflabel is accessible. Therefore, use xreflabels
only when linking is common, and chapter/section information is unneeded.