summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Stark2014-08-18 12:59:41 +0000
committerGreg Stark2014-08-18 12:59:41 +0000
commit61947069ffb27a7eb8037cbd7756dbcbb06ebd4a (patch)
treed3db5562ddbcd475c01fdfd3f51932d2e1eeddf9
parent7e81c4b2901d8a692cc4e8c839a5a6490fc345e4 (diff)
Adjust Release Notes to reflect holding off wrapped expanded mode until 9.5 (thanks Michael Paquier)
-rw-r--r--doc/src/sgml/release-9.4.sgml8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/src/sgml/release-9.4.sgml b/doc/src/sgml/release-9.4.sgml
index 5330c425d3d..1782be42fc4 100644
--- a/doc/src/sgml/release-9.4.sgml
+++ b/doc/src/sgml/release-9.4.sgml
@@ -1813,14 +1813,6 @@
<listitem>
<para>
- Add ability to wrap long lines in <application>psql</>'s
- <literal>expanded</> mode by using <command>\pset format wrapped</>
- (Sergey Muraviov)
- </para>
- </listitem>
-
- <listitem>
- <para>
Suppress <quote>No rows</quote> output in <application>psql</> <link
linkend="APP-PSQL-meta-commands"><option>expanded</></link>
mode when the footer is disabled (Bruce Momjian)