mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-13 19:57:53 +08:00
9.3 release notes: add markup for text
Still need to add links for new features.
This commit is contained in:
parent
c091c43197
commit
14c7a74b6e
File diff suppressed because it is too large
Load Diff
@ -7,14 +7,14 @@ Typical markup:
|
||||
PostgreSQL <productname>
|
||||
postgresql.conf, pg_hba.conf,
|
||||
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_]+ <option>
|
||||
[A-Za-z_]/[A-Za-z_]+ <filename>
|
||||
psql <application>
|
||||
pg_[A-Za-z0-9_]+ <application>, <structname>
|
||||
[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]'
|
||||
convert to HTML4 named entity (&) escapes
|
||||
|
Loading…
Reference in New Issue
Block a user