aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2012-05-22 10:20:25 -0400
committerRobert Haas <rhaas@postgresql.org>2012-05-22 10:20:25 -0400
commitb536458e73a8d9294817228f06961913f6faa551 (patch)
tree7d6c80dfc5d02c11c785a4b9c224ecf6d20b5e67 /doc/src
parent304aa339b20df9f9ba6f4d93175e05098f6fd1c1 (diff)
downloadpostgresql-b536458e73a8d9294817228f06961913f6faa551.tar.gz
postgresql-b536458e73a8d9294817228f06961913f6faa551.zip
Release note improvements.
Document some more things as incompatibilities, and improve wording of another item. Noah Misch
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release-9.2.sgml23
1 files changed, 19 insertions, 4 deletions
diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml
index 4d22ae73e59..4760440a4e0 100644
--- a/doc/src/sgml/release-9.2.sgml
+++ b/doc/src/sgml/release-9.2.sgml
@@ -109,6 +109,21 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ Move <type>tsvector</> most-common-element statistics to new
+ <link linkend="view-pg-stats"><structname>pg_stats</></> columns
+ (Alexander Korotkov)
+ </para>
+
+ <para>
+ Consult <structname>most_common_elems</>
+ and <structname>most_common_elem_freqs</> for the data formerly
+ available in <structname>most_common_vals</>
+ and <structname>most_common_freqs</>.
+ </para>
+ </listitem>
+
</itemizedlist>
<sect4>
@@ -2125,13 +2140,13 @@
<listitem>
<para>
- Have <application>psql</> <command>\copy</> use libpq's
- <function>SendQuery()</> (Noah Misch)
+ Unify and tighten <application>psql</> treatment of <command>\copy</>
+ and plain <command>COPY</> (Noah Misch)
</para>
<para>
- This makes <command>\copy</> failure behavior more predictable,
- and honors <envar>ON_ERROR_ROLLBACK</>.
+ This makes failure behavior more predictable and honors <command>\set
+ ON_ERROR_ROLLBACK</>.
</para>
</listitem>