From b536458e73a8d9294817228f06961913f6faa551 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Tue, 22 May 2012 10:20:25 -0400 Subject: [PATCH] Release note improvements. Document some more things as incompatibilities, and improve wording of another item. Noah Misch --- doc/src/sgml/release-9.2.sgml | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml index 4d22ae73e5..4760440a4e 100644 --- a/doc/src/sgml/release-9.2.sgml +++ b/doc/src/sgml/release-9.2.sgml @@ -109,6 +109,21 @@ + + + Move tsvector most-common-element statistics to new + pg_stats columns + (Alexander Korotkov) + + + + Consult most_common_elems + and most_common_elem_freqs for the data formerly + available in most_common_vals + and most_common_freqs. + + + @@ -2125,13 +2140,13 @@ - Have psql \copy use libpq's - SendQuery() (Noah Misch) + Unify and tighten psql treatment of \copy + and plain COPY (Noah Misch) - This makes \copy failure behavior more predictable, - and honors ON_ERROR_ROLLBACK. + This makes failure behavior more predictable and honors \set + ON_ERROR_ROLLBACK. -- 2.40.0