]> granicus.if.org Git - postgresql/commitdiff
Release note improvements.
authorRobert Haas <rhaas@postgresql.org>
Tue, 22 May 2012 14:20:25 +0000 (10:20 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 22 May 2012 14:20:25 +0000 (10:20 -0400)
Document some more things as incompatibilities, and improve wording of
another item.

Noah Misch

doc/src/sgml/release-9.2.sgml

index 4d22ae73e595a3229818db7541e2655943e50880..4760440a4e013b3ad26c758f6c3c0a4c43e64c2b 100644 (file)
        </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>
 
       <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>