Commit 39e7bcbb authored by Bruce Momjian's avatar Bruce Momjian

docs: PG 13 relnotes: add links and SGML formatting

parent ff87fabe
...@@ -12,10 +12,6 @@ Intra-document Linking ...@@ -12,10 +12,6 @@ Intra-document Linking
is a refentry; has no close tag is a refentry; has no close tag
http://www.oasis-open.org/docbook/documentation/reference/html/xref.html http://www.oasis-open.org/docbook/documentation/reference/html/xref.html
<link>
use to supply text for the link, requires </link>
http://www.oasis-open.org/docbook/documentation/reference/html/link.html
linkend= linkend=
controls the target of the link/xref, required controls the target of the link/xref, required
...@@ -23,6 +19,10 @@ endterm= ...@@ -23,6 +19,10 @@ endterm=
for <xref>, allows the text of the link/xref to be taken from a for <xref>, allows the text of the link/xref to be taken from a
different link target title different link target title
<link>
use to supply text for the link, only uses linkend, requires </link>
http://www.oasis-open.org/docbook/documentation/reference/html/link.html
External Linking External Linking
---------------- ----------------
......
This diff is collapsed.
...@@ -6,14 +6,14 @@ Typical markup: ...@@ -6,14 +6,14 @@ Typical markup:
&<> use & escapes &<> use & escapes
PostgreSQL <productname> PostgreSQL <productname>
postgresql.conf, pg_hba.conf <filename> postgresql.conf, pg_hba.conf <filename>
[A-Z][A-Z_ ]+[A-Z_] <command>, <literal>, <envar>, <acronym> \<[A-Z][A-Z_ ]+[A-Z_]\> <command>, <literal>, <envar>, <acronym>
[A-Za-z_][A-Za-z0-9_]+() <function> \<[A-Za-z_][A-Za-z0-9_]+() <function>
\-\-?[A-Za-z_]+[-A-Za-z_]* <option> (use backslashes to avoid SGML markup) \-\-?[A-Za-z_]+[-A-Za-z_]* <option> (use backslashes to avoid SGML markup)
[A-Za-z_]+/[A-Za-z_]+ <filename> \<[A-Za-z_]+/[A-Za-z_]+\> <filename>
psql <application> psql <application>
pg_[A-Za-z0-9_]+ <application>, <structname> pg_[A-Za-z0-9_]+ <application>, <structname>
[A-Z][A-Z][A-Z_ ]* <type> \<[A-Z][A-Z][A-Z_ ]*\> <type>
[a-z]+_[a-z_]+ <varname>, <structfield> \<[a-z]+_[a-z_]+\> <varname>, <structfield>
<systemitem class="osname"> <systemitem class="osname">
non-ASCII characters find using grep -P '[\x80-\xFF]' non-ASCII characters find using grep -P '[\x80-\xFF]'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment