Commit 5d14b0d0 authored by Bruce Momjian's avatar Bruce Momjian

Suggest markup items for the future.

parent 06f4a539
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.359 2005/08/24 19:31:46 momjian Exp $
Typical markup:
[A-Z][A-Z ]+[A-Z] <command>
[A-Za-z_][A-Za-z0-9_]+() <function>
[A-Za-z_]/[A-Za-z_]+ <filename>
PostgreSQL <productname>
pg_[A-Za-z0-9_] <appication>
[A-Z][A-Z] <type>, <envar.
<literal>
&<> use &
--> -->
<appendix id="release"> <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,7 +98,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
prepared transaction can be committed after it is restarted. New prepared transaction can be committed after it is restarted. New
syntax includes <command>PREPARE TRANSACTION</> and syntax includes <command>PREPARE TRANSACTION</> and
<command>COMMIT/ROLLBACK PREPARED</>. A new system view <command>COMMIT/ROLLBACK PREPARED</>. A new system view
pg_prepared_xacts has also been added. <literal>pg_prepared_xacts</> has also been added.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
...@@ -138,8 +148,9 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian ...@@ -138,8 +148,9 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
So, once a user logs into a role, she inherits capabilities of So, once a user logs into a role, she inherits capabilities of
the login role plus any inherited roles, and can use the login role plus any inherited roles, and can use
<command>SET ROLE</> to switch to other member roles. This <command>SET ROLE</> to switch to other member roles. This
change also replaces pg_shadow and pg_group by with new change also replaces <literal>pg_shadow</> and
role-capable catalogs pg_authid and pg_auth_members. The old <literal>pg_group</> by with new role-capable catalogs
<literal>pg_authid</> and <literal>pg_auth_members</>. The old
tables are redefined as views on the new role tables. tables are redefined as views on the new role tables.
</para> </para>
</listitem> </listitem>
...@@ -1283,7 +1294,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian ...@@ -1283,7 +1294,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
<listitem> <listitem>
<para> <para>
Move language handlers into the pg_catalog schema Move language handlers into the <literal>pg_catalog</> schema
</para> </para>
<para> <para>
This makes it easier to drop the public schema if desired. 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,8 +1567,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
<listitem> <listitem>
<para> <para>
Add <option>-n</> / <option>--schema</> switch to pg_restore Add <option>-n</> / <option>--schema</> switch to
(Richard van den Bergg) <application>pg_restore</> (Richard van den Bergg)
</para> </para>
<para> <para>
This allows only objects from a specified schema to be restored. 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,14 +1577,16 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
<listitem> <listitem>
<para> <para>
Allow pg_dump to dump a consistent snapshot of large objects Allow <application>pg_dump</> to dump a consistent snapshot of
large objects
(Tom) (Tom)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Allow pg_dump to dump large objects even in text mode (Tom) Allow <application>pg_dump</> to dump large objects even in
text mode (Tom)
</para> </para>
</listitem> </listitem>
...@@ -1585,7 +1598,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian ...@@ -1585,7 +1598,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
<listitem> <listitem>
<para> <para>
Add <option>--encoding</> to pg_dump (Magnus Hagander) Add <option>--encoding</> to <application>pg_dump</>
(Magnus Hagander)
</para> </para>
<para> <para>
This allows a database to be dumped in an encoding that is 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,7 +1682,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.358 2005/08/24 19:24:20 momjian
<listitem> <listitem>
<para> <para>
Allow pg_config to be compiled using MSVC (Andrew Dunstan) Allow <application>pg_config</> to be compiled using MSVC (Andrew
Dunstan)
</para> </para>
<para> <para>
This is required to build DBD::Pg using <application>MSVC</>. This is required to build DBD::Pg using <application>MSVC</>.
......
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