|
802 | 802 | <listitem> |
803 | 803 | <para> |
804 | 804 | Allow <literal>CURRENT</><literal>/SESSION_USER</> to specify the |
805 | | - current user in certain (Kyotaro Horiguchi, Álvaro Herrera) |
| 805 | + current user in some commands (Kyotaro Horiguchi, Álvaro |
| 806 | + Herrera) |
806 | 807 | </para> |
807 | 808 |
|
808 | 809 | <para> |
|
870 | 871 | </para> |
871 | 872 | </listitem> |
872 | 873 |
|
873 | | - <listitem> |
874 | | - <para> |
875 | | - Have <link linkend="SQL-CREATETABLEAS"><command>CREATE |
876 | | - TABLE AS</></> and <link |
877 | | - linkend="SQL-REFRESHMATERIALIZEDVIEW"><command>REFRESH</></> |
878 | | - return an <type>OID</> (Álvaro Herrera) |
879 | | - </para> |
880 | | - |
881 | | - <para> |
882 | | - WHERE IS THE OID RETURNED? |
883 | | - </para> |
884 | | - </listitem> |
885 | | - |
886 | 874 | </itemizedlist> |
887 | 875 |
|
888 | 876 | <sect4> |
|
1728 | 1716 |
|
1729 | 1717 | <listitem> |
1730 | 1718 | <para> |
1731 | | - Remove <application>pg_upgrade</> support for 8.3 old clusters |
1732 | | - (Bruce Momjian) |
| 1719 | + Remove support for upgrading from 8.3 clusters (Bruce Momjian) |
1733 | 1720 | </para> |
1734 | 1721 | </listitem> |
1735 | 1722 |
|
| 1723 | + <listitem> |
| 1724 | + <para> |
| 1725 | + Move <application>pg_upgrade_support</> code into backend and |
| 1726 | + remove the module (Peter Eisentraut) |
| 1727 | + </para> |
| 1728 | + </listitem> |
| 1729 | + |
1736 | 1730 | </itemizedlist> |
1737 | 1731 |
|
1738 | 1732 | </sect4> |
|
2021 | 2015 | </para> |
2022 | 2016 | </listitem> |
2023 | 2017 |
|
2024 | | - <listitem> |
2025 | | - <para> |
2026 | | - Move <application>pg_upgrade_support</> code into backend and |
2027 | | - remove the module (Peter Eisentraut) |
2028 | | - </para> |
2029 | | - </listitem> |
2030 | | - |
2031 | 2018 | <listitem> |
2032 | 2019 | <para> |
2033 | 2020 | Move <application>dummy_seclabel</>, <application>test_shm_mq</>, |
|