summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/release-9.5.sgml33
1 files changed, 10 insertions, 23 deletions
diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml
index ec49a63a8b6..478fd86b1a5 100644
--- a/doc/src/sgml/release-9.5.sgml
+++ b/doc/src/sgml/release-9.5.sgml
@@ -802,7 +802,8 @@
<listitem>
<para>
Allow <literal>CURRENT</><literal>/SESSION_USER</> to specify the
- current user in certain (Kyotaro Horiguchi, &Aacute;lvaro Herrera)
+ current user in some commands (Kyotaro Horiguchi, &Aacute;lvaro
+ Herrera)
</para>
<para>
@@ -870,19 +871,6 @@
</para>
</listitem>
- <listitem>
- <para>
- Have <link linkend="SQL-CREATETABLEAS"><command>CREATE
- TABLE AS</></> and <link
- linkend="SQL-REFRESHMATERIALIZEDVIEW"><command>REFRESH</></>
- return an <type>OID</> (&Aacute;lvaro Herrera)
- </para>
-
- <para>
- WHERE IS THE OID RETURNED?
- </para>
- </listitem>
-
</itemizedlist>
<sect4>
@@ -1728,11 +1716,17 @@
<listitem>
<para>
- Remove <application>pg_upgrade</> support for 8.3 old clusters
- (Bruce Momjian)
+ Remove support for upgrading from 8.3 clusters (Bruce Momjian)
</para>
</listitem>
+ <listitem>
+ <para>
+ Move <application>pg_upgrade_support</> code into backend and
+ remove the module (Peter Eisentraut)
+ </para>
+ </listitem>
+
</itemizedlist>
</sect4>
@@ -2023,13 +2017,6 @@
<listitem>
<para>
- Move <application>pg_upgrade_support</> code into backend and
- remove the module (Peter Eisentraut)
- </para>
- </listitem>
-
- <listitem>
- <para>
Move <application>dummy_seclabel</>, <application>test_shm_mq</>,
<application>test_parser</>, and <application>worker_spi</>
from <filename>contrib</> to <filename>src/test/modules</>