Commit 1908a679 authored by Bruce Momjian's avatar Bruce Momjian

9.2 release note adjustments from Robert Haas.

parent d413efe9
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
Remove the <link Remove the <link
linkend="catalog-pg-tablespace"><structname>spclocation</></link> linkend="catalog-pg-tablespace"><structname>spclocation</></link>
field from <structname>pg_tablespace</> (Magnus Hagander, field from <structname>pg_tablespace</> (Magnus Hagander,
Tom Lane)) Tom Lane)
</para> </para>
<para> <para>
...@@ -601,7 +601,7 @@ ...@@ -601,7 +601,7 @@
</para> </para>
<para> <para>
These are internally called "latches". The wait events are internally called "latches".
</para> </para>
</listitem> </listitem>
...@@ -1195,7 +1195,7 @@ ...@@ -1195,7 +1195,7 @@
</para> </para>
<para> <para>
Such casts have no affect. Such casts have no effect.
</para> </para>
</listitem> </listitem>
...@@ -1312,28 +1312,12 @@ ...@@ -1312,28 +1312,12 @@
<listitem> <listitem>
<para> <para>
Avoid table and index rebuilds when <type>NUMERIC</>, Reduce need to rebuild tables and indexes for various <link
<type>VARBIT</>, and temporal columns are changed in compatible
ways (Noah Misch)
</para>
</listitem>
<listitem>
<para>
Reduce need to rebuild indexes for various <link
linkend="SQL-ALTERTABLE"><command>ALTER TABLE</command></link> linkend="SQL-ALTERTABLE"><command>ALTER TABLE</command></link>
operations (Noah Misch) DUPLICATE? operations (Noah Misch) DUPLICATE?
</para> </para>
</listitem> </listitem>
<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> <listitem>
<para> <para>
Add <literal>IF EXIST</> clause to <command>ALTER</command> Add <literal>IF EXIST</> clause to <command>ALTER</command>
...@@ -2289,13 +2273,6 @@ ...@@ -2289,13 +2273,6 @@
<itemizedlist> <itemizedlist>
<listitem>
<para>
Parallel <application>pg_dump</> (Robert Haas, Joachim Wieland)
DETAILS?
</para>
</listitem>
<listitem> <listitem>
<para> <para>
Add an <option>--exclude-table-data</> option to Add an <option>--exclude-table-data</> option to
...@@ -2513,7 +2490,7 @@ ...@@ -2513,7 +2490,7 @@
</para> </para>
<para> <para>
This is currently unused. STILL TRUE? This is currently unused.
</para> </para>
</listitem> </listitem>
......
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