File tree 1 file changed +19
-4
lines changed
1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change 109
109
</para>
110
110
</listitem>
111
111
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
+
112
127
</itemizedlist>
113
128
114
129
<sect4>
2125
2140
2126
2141
<listitem>
2127
2142
<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)
2130
2145
</para>
2131
2146
2132
2147
<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</>.
2135
2150
</para>
2136
2151
</listitem>
2137
2152
You can’t perform that action at this time.
0 commit comments