9.2 release note adjustments from Robert Haas.
This commit is contained in:
parent
d413efe9e1
commit
1908a6796a
@ -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 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
These are internally called "latches".
|
The wait events are internally called "latches".
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -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 @@
|
|||||||
|
|
||||||
<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 @@
|
|||||||
|
|
||||||
<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 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This is currently unused. STILL TRUE?
|
This is currently unused.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user