On Wed, May 09, 2012 at 11:11:02PM -0400, Bruce Momjian wrote:
> I have completed my draft of the 9.2 release notes, and committed it to
> git.
Concerning "Have psql \copy use libpq's SendQuery()", SendQuery() is a
psql-internal interface, not a libpq interface.
The array statistics patch added new columns to the pg_stats view, and it
moved existing tsvector most-common-element statistics to those new columns.
Let's mention that as a (minor) incompatibility.
Proposed changes attached.
Thanks,
nm
*** a/doc/src/sgml/release-9.2.sgml
--- b/doc/src/sgml/release-9.2.sgml
***************
*** 109,114 ****
--- 109,129 ----
</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,2137 ****
<listitem>
<para>
! Have <application>psql</> <command>\copy</> use libpq's
! <function>SendQuery()</> (Noah Misch)
</para>
<para>
! This makes <command>\copy</> failure behavior more predictable,
! and honors <envar>ON_ERROR_ROLLBACK</>.
</para>
</listitem>
--- 2140,2152 ----
<listitem>
<para>
! Unify and tighten <application>psql</> treatment of <command>\copy</>
! and plain <command>COPY</> (Noah Misch)
</para>
<para>
! This makes failure behavior more predictable and honors <command>\set
! ON_ERROR_ROLLBACK</>.
</para>
</listitem>
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers