|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.635 2010/02/17 04:19:37 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.636 2010/03/20 03:12:52 momjian Exp $ --> |
2 | 2 | <!-- |
3 | 3 |
|
4 | 4 | Typical markup: |
5 | 5 |
|
6 | 6 | &<> use & escapes |
7 | 7 | PostgreSQL <productname> |
8 | 8 | postgresql.conf, pg_hba.conf <filename> |
9 | | -[A-Z][A-Z ]+[A-Z] <command> |
| 9 | +[A-Z][A-Z ]+[A-Z] <command>, <literal> |
10 | 10 | [A-Za-z_][A-Za-z0-9_]+() <function> |
| 11 | +-[-A-Za-z_]+ <option> |
11 | 12 | [A-Za-z_]/[A-Za-z_]+ <filename> |
12 | | -pg_[A-Za-z0-9_]<application> |
13 | | -[A-Z][A-Z][A-Z_ ]* <type>, <envar>, <literal> |
| 13 | +pg_[A-Za-z0-9_]+ <application>, <structname> |
| 14 | +[A-Z][A-Z][A-Z_ ]* <type>, <varname>, <envar>, <literal> |
14 | 15 |
|
15 | 16 | non-ASCII characters convert to HTML4 entity (&) escapes |
16 | 17 |
|
|