We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent6492560 commit66fade8Copy full SHA for 66fade8
doc/src/sgml/release.sgml
@@ -9,12 +9,13 @@ postgresql.conf, pg_hba.conf,
9
recovery.conf <filename>
10
[A-Z][A-Z_ ]+[A-Z_] <command>, <literal>, <envar>, <acronym>
11
[A-Za-z_][A-Za-z0-9_]+() <function>
12
--[-A-Za-z_]+ <option>
+\-\-?[A-Za-z_]+[-A-Za-z_]*<option> (use backslashes to avoid SGML markup)
13
[A-Za-z_]+/[A-Za-z_]+ <filename>
14
psql <application>
15
pg_[A-Za-z0-9_]+ <application>, <structname>
16
[A-Z][A-Z][A-Z_ ]* <type>
17
-[a-z]+_[a-z_]+ <varname>
+[a-z]+_[a-z_]+ <varname>, <structfield>
18
+ <systemitem class="osname">
19
20
non-ASCII characters find using grep -P '[\x80-\xFF]'
21
convert to HTML4 named entity (&) escapes