Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5d14b0d

Browse files
committed
Suggest markup items for the future.
1 parent 06f4a53 commit 5d14b0d

File tree

1 file changed

+26
-11
lines changed

1 file changed

+26
-11
lines changed

doc/src/sgml/release.sgml

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.359 2005/08/24 19:31:46 momjian Exp $
3+
4+
Typical markup:
5+
[A-Z][A-Z ]+[A-Z] <command>
6+
[A-Za-z_][A-Za-z0-9_]+() <function>
7+
[A-Za-z_]/[A-Za-z_]+ <filename>
8+
PostgreSQL <productname>
9+
pg_[A-Za-z0-9_] <appication>
10+
[A-Z][A-Z] <type>, <envar.
11+
<literal>
12+
&<> use &
313
-->
414

515
<appendix id="release">
@@ -88,7 +98,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
8898
prepared transaction can be committed after it is restarted. New
8999
syntax includes <command>PREPARE TRANSACTION</> and
90100
<command>COMMIT/ROLLBACK PREPARED</>. A new system view
91-
pg_prepared_xacts has also been added.
101+
<literal>pg_prepared_xacts</> has also been added.
92102
</para>
93103
</listitem>
94104
</varlistentry>
@@ -138,8 +148,9 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
138148
So, once a user logs into a role, she inherits capabilities of
139149
the login role plus any inherited roles, and can use
140150
<command>SET ROLE</> to switch to other member roles. This
141-
change also replaces pg_shadow and pg_group by with new
142-
role-capable catalogs pg_authid and pg_auth_members. The old
151+
change also replaces <literal>pg_shadow</> and
152+
<literal>pg_group</> by with new role-capable catalogs
153+
<literal>pg_authid</> and <literal>pg_auth_members</>. The old
143154
tables are redefined as views on the new role tables.
144155
</para>
145156
</listitem>
@@ -1283,7 +1294,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
12831294

12841295
<listitem>
12851296
<para>
1286-
Move language handlers into the pg_catalog schema
1297+
Move language handlers into the <literal>pg_catalog</> schema
12871298
</para>
12881299
<para>
12891300
This makes it easier to drop the public schema if desired.
@@ -1556,8 +1567,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
15561567

15571568
<listitem>
15581569
<para>
1559-
Add <option>-n</> / <option>--schema</> switch to pg_restore
1560-
(Richard van den Bergg)
1570+
Add <option>-n</> / <option>--schema</> switch to
1571+
<application>pg_restore</> (Richard van den Bergg)
15611572
</para>
15621573
<para>
15631574
This allows only objects from a specified schema to be restored.
@@ -1566,14 +1577,16 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
15661577

15671578
<listitem>
15681579
<para>
1569-
Allow pg_dump to dump a consistent snapshot of large objects
1580+
Allow <application>pg_dump</> to dump a consistent snapshot of
1581+
large objects
15701582
(Tom)
15711583
</para>
15721584
</listitem>
15731585

15741586
<listitem>
15751587
<para>
1576-
Allow pg_dump to dump large objects even in text mode (Tom)
1588+
Allow <application>pg_dump</> to dump large objects even in
1589+
text mode (Tom)
15771590
</para>
15781591
</listitem>
15791592

@@ -1585,7 +1598,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
15851598

15861599
<listitem>
15871600
<para>
1588-
Add <option>--encoding</> to pg_dump (Magnus Hagander)
1601+
Add <option>--encoding</> to <application>pg_dump</>
1602+
(Magnus Hagander)
15891603
</para>
15901604
<para>
15911605
This allows a database to be dumped in an encoding that is
@@ -1668,7 +1682,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
16681682

16691683
<listitem>
16701684
<para>
1671-
Allow pg_config to be compiled using MSVC (Andrew Dunstan)
1685+
Allow <application>pg_config</> to be compiled using MSVC (Andrew
1686+
Dunstan)
16721687
</para>
16731688
<para>
16741689
This is required to build DBD::Pg using <application>MSVC</>.

0 commit comments

Comments
 (0)