Commit b536458e authored by Robert Haas's avatar Robert Haas

Release note improvements.

Document some more things as incompatibilities, and improve wording of
another item.

Noah Misch
parent 304aa339
...@@ -109,6 +109,21 @@ ...@@ -109,6 +109,21 @@
</para> </para>
</listitem> </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> </itemizedlist>
<sect4> <sect4>
...@@ -2125,13 +2140,13 @@ ...@@ -2125,13 +2140,13 @@
<listitem> <listitem>
<para> <para>
Have <application>psql</> <command>\copy</> use libpq's Unify and tighten <application>psql</> treatment of <command>\copy</>
<function>SendQuery()</> (Noah Misch) and plain <command>COPY</> (Noah Misch)
</para> </para>
<para> <para>
This makes <command>\copy</> failure behavior more predictable, This makes failure behavior more predictable and honors <command>\set
and honors <envar>ON_ERROR_ROLLBACK</>. ON_ERROR_ROLLBACK</>.
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment