Skip to content

Commit c991729

Browse files
committed
Added pg_pathman to release notes
1 parent ab1f18e commit c991729

File tree

3 files changed

+14
-64
lines changed

3 files changed

+14
-64
lines changed

contrib/pg_pathman/log/initdb.log

Lines changed: 0 additions & 48 deletions
This file was deleted.

contrib/pg_pathman/log/postmaster.log

Lines changed: 0 additions & 16 deletions
This file was deleted.

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
<para>
5252
Dump/restore database statistics.
5353
</para>
54+
</listitem>
55+
<listitem>
56+
<para>
57+
pg_pathman module - simple function interface to table partitioning
58+
</para>
5459
</listitem>
5560
<listitem>
5661
<para>Some hunspell dictionaries for full-text search are bundled
@@ -239,6 +244,15 @@ Date: Wed Dec 30 16:00:20 2015 +0300
239244
using CREATE EXTENSION command.
240245
</para>
241246
</listitem>
247+
<listitem>
248+
<!-- [ede287ccaeb2] Ildar Musin -->
249+
<para>
250+
pg_pathman module provides set of function to automate process of
251+
table partitioning, creating triggers for inserting data into
252+
partitioned tables, and distributing existing data between
253+
partitions. k
254+
</para>
255+
</listitem>
242256
</itemizedlist>
243257
</sect3>
244258
</sect2>

0 commit comments

Comments
 (0)