1
1
<!--
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 &
3
13
-->
4
14
5
15
<appendix id="release">
@@ -88,7 +98,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
88
98
prepared transaction can be committed after it is restarted. New
89
99
syntax includes <command>PREPARE TRANSACTION</> and
90
100
<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.
92
102
</para>
93
103
</listitem>
94
104
</varlistentry>
@@ -138,8 +148,9 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
138
148
So, once a user logs into a role, she inherits capabilities of
139
149
the login role plus any inherited roles, and can use
140
150
<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
143
154
tables are redefined as views on the new role tables.
144
155
</para>
145
156
</listitem>
@@ -1283,7 +1294,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
1283
1294
1284
1295
<listitem>
1285
1296
<para>
1286
- Move language handlers into the pg_catalog schema
1297
+ Move language handlers into the<literal> pg_catalog</> schema
1287
1298
</para>
1288
1299
<para>
1289
1300
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
1556
1567
1557
1568
<listitem>
1558
1569
<para>
1559
- Add <option>-n</> / <option>--schema</> switch topg_restore
1560
- (Richard van den Bergg)
1570
+ Add <option>-n</> / <option>--schema</> switch to
1571
+ <application>pg_restore</> (Richard van den Bergg)
1561
1572
</para>
1562
1573
<para>
1563
1574
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
1566
1577
1567
1578
<listitem>
1568
1579
<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
1570
1582
(Tom)
1571
1583
</para>
1572
1584
</listitem>
1573
1585
1574
1586
<listitem>
1575
1587
<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)
1577
1590
</para>
1578
1591
</listitem>
1579
1592
@@ -1585,7 +1598,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
1585
1598
1586
1599
<listitem>
1587
1600
<para>
1588
- Add <option>--encoding</> to pg_dump (Magnus Hagander)
1601
+ Add <option>--encoding</> to <application>pg_dump</>
1602
+ (Magnus Hagander)
1589
1603
</para>
1590
1604
<para>
1591
1605
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
1668
1682
1669
1683
<listitem>
1670
1684
<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)
1672
1687
</para>
1673
1688
<para>
1674
1689
This is required to build DBD::Pg using <application>MSVC</>.