SGML linking guidelines and best practices
masterFollow these rules when implementing links in SGML documents:
- Text Selection: If you want to supply specific text for the link, use
<link>. Otherwise, use<xref>to leverage automatic numbering/titles. - External Links: Do not provide text inside a
<ulink>if you want the URL to appear in the printed output. - Technical Terms: Specific nouns such as GUC variables, SQL commands, and contrib modules usually have
xreflabelsdefined; use<xref>to reference them correctly.