Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b536458

Browse files
committed
Release note improvements.
Document some more things as incompatibilities, and improve wording of another item. Noah Misch
1 parent 304aa33 commit b536458

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

doc/src/sgml/release-9.2.sgml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,21 @@
109109
</para>
110110
</listitem>
111111

112+
<listitem>
113+
<para>
114+
Move <type>tsvector</> most-common-element statistics to new
115+
<link linkend="view-pg-stats"><structname>pg_stats</></> columns
116+
(Alexander Korotkov)
117+
</para>
118+
119+
<para>
120+
Consult <structname>most_common_elems</>
121+
and <structname>most_common_elem_freqs</> for the data formerly
122+
available in <structname>most_common_vals</>
123+
and <structname>most_common_freqs</>.
124+
</para>
125+
</listitem>
126+
112127
</itemizedlist>
113128

114129
<sect4>
@@ -2125,13 +2140,13 @@
21252140

21262141
<listitem>
21272142
<para>
2128-
Have <application>psql</> <command>\copy</> use libpq's
2129-
<function>SendQuery()</> (Noah Misch)
2143+
Unify and tighten <application>psql</> treatment of <command>\copy</>
2144+
and plain <command>COPY</> (Noah Misch)
21302145
</para>
21312146

21322147
<para>
2133-
This makes <command>\copy</> failure behavior more predictable,
2134-
and honors <envar>ON_ERROR_ROLLBACK</>.
2148+
This makes failure behavior more predictable and honors <command>\set
2149+
ON_ERROR_ROLLBACK</>.
21352150
</para>
21362151
</listitem>
21372152

0 commit comments

Comments
 (0)