Commit 14c7a74b authored by Bruce Momjian's avatar Bruce Momjian

9.3 release notes: add markup for text

Still need to add links for new features.
parent c091c431
This diff is collapsed.
...@@ -7,14 +7,14 @@ Typical markup: ...@@ -7,14 +7,14 @@ Typical markup:
PostgreSQL <productname> PostgreSQL <productname>
postgresql.conf, pg_hba.conf, postgresql.conf, pg_hba.conf,
recovery.conf <filename> recovery.conf <filename>
[A-Z][A-Z_ ]+[A-Z_] <command>, <literal>, <envar> [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_]+ <option> -[-A-Za-z_]+ <option>
[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> [a-z]+_[a-z_]+ <varname>
non-ASCII characters find using grep -P '[\x80-\xFF]' non-ASCII characters find using grep -P '[\x80-\xFF]'
convert to HTML4 named entity (&) escapes convert to HTML4 named entity (&) escapes
......
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