Skip to content

Commit ba42943

Browse files
committed
Added dump_stat to release notes
1 parent 82510c9 commit ba42943

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

doc/src/sgml/release-pro-9.5.sgml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,18 @@
3030
<para>
3131
Contrib module pg_trgm supports substring searches (Arthur Zakirov).
3232
</para>
33+
</listitem>
34+
<listitem>
3335
<para>
3436
Save-restore execution plan exension (Yury Zhuravlev)
3537
</para>
38+
</listitem>
39+
<listitem>
40+
<para>
41+
Dump/restore database statistics (Dmitry Ivanov)
42+
</para>
3643
</listitem>
3744

38-
3945
</itemizedlist>
4046

4147
<para>
@@ -190,6 +196,14 @@ Date: Wed Dec 30 16:00:20 2015 +0300
190196
each time.
191197
</para>
192198
</listitem>
199+
<listitem>
200+
<para>
201+
<!-- [ea7ed4de1e8891f0] Merge dump_stat module by Dmitry Ivanov -->
202+
dump_stat contrib module. This module allows to dump table
203+
statistics and restore it, thus eliminate need to run VACUUM
204+
ANALYZE after restoration of base or server upgrade
205+
</para>
206+
</listitem>
193207
</itemizedlist>
194208
</sect3>
195209
</sect2>

0 commit comments

Comments
 (0)