mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Release note improvements.
Document some more things as incompatibilities, and improve wording of another item. Noah Misch
This commit is contained in:
parent
304aa339b2
commit
b536458e73
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user