diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-05-10 13:00:18 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-05-10 13:00:18 -0400 |
commit | 1908a6796a2e61e78c9a31807076746c34ea6a15 (patch) | |
tree | ebc8c1890422e2bff83664fbd0da7aa1fea7d8bd /doc/src | |
parent | d413efe9e14357577a3b7537784eb856ab6525ba (diff) | |
download | postgresql-1908a6796a2e61e78c9a31807076746c34ea6a15.tar.gz postgresql-1908a6796a2e61e78c9a31807076746c34ea6a15.zip |
9.2 release note adjustments from Robert Haas.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release-9.2.sgml | 33 |
1 files changed, 5 insertions, 28 deletions
diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml index e1f5c9050a9..86a4e040484 100644 --- a/doc/src/sgml/release-9.2.sgml +++ b/doc/src/sgml/release-9.2.sgml @@ -97,7 +97,7 @@ Remove the <link linkend="catalog-pg-tablespace"><structname>spclocation</></link> field from <structname>pg_tablespace</> (Magnus Hagander, - Tom Lane)) + Tom Lane) </para> <para> @@ -601,7 +601,7 @@ </para> <para> - These are internally called "latches". + The wait events are internally called "latches". </para> </listitem> @@ -1195,7 +1195,7 @@ </para> <para> - Such casts have no affect. + Such casts have no effect. </para> </listitem> @@ -1312,15 +1312,7 @@ <listitem> <para> - Avoid table and index rebuilds when <type>NUMERIC</>, - <type>VARBIT</>, and temporal columns are changed in compatible - ways (Noah Misch) - </para> - </listitem> - - <listitem> - <para> - Reduce need to rebuild indexes for various <link + Reduce need to rebuild tables and indexes for various <link linkend="SQL-ALTERTABLE"><command>ALTER TABLE</command></link> operations (Noah Misch) DUPLICATE? </para> @@ -1328,14 +1320,6 @@ <listitem> <para> - Avoid index rebuilds for no-rewrite <command>ALTER TABLE</command> - / <link linkend="SQL-ALTERTYPE"><literal>ALTER TYPE</></link> - (Noah Misch) - </para> - </listitem> - - <listitem> - <para> Add <literal>IF EXIST</> clause to <command>ALTER</command> commands (Pavel Stehule) </para> @@ -2291,13 +2275,6 @@ <listitem> <para> - Parallel <application>pg_dump</> (Robert Haas, Joachim Wieland) - DETAILS? - </para> - </listitem> - - <listitem> - <para> Add an <option>--exclude-table-data</> option to <application>pg_dump</> (Andrew Dunstan) </para> @@ -2513,7 +2490,7 @@ </para> <para> - This is currently unused. STILL TRUE? + This is currently unused. </para> </listitem> |