Skip to content

Commit 94ec638

Browse files
author
Liudmila Mantrova
committed
Bug fix in multimaster descriptions, added paragraphs
1 parent 65947bb commit 94ec638

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

doc/src/sgml/release-proee-9.6.sgml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@
1414
9.6.1.2 include:</para>
1515
<itemizedlist>
1616
<listitem><para>Added <application>multimaster</application>
17-
extension. With this extension, you can turn a
18-
<productname>PostgreSQL</productname> master-slave cluster into a
19-
shared-nothing cluster with synchronous multi-master
20-
replication. Such a cluster provides <acronym>OLTP</acronym>
21-
scalability for read transactions, ensures fault tolerance and
22-
automatic node recovery, as well as
23-
enables <productname>PostgreSQL</productname> online
17+
extension.
18+
</para><para>This extension enables you to set up
19+
shared-nothing clusters with synchronous multi-master
20+
replication. Such clusters provide <acronym>OLTP</acronym>
21+
scalability for read transactions, ensure fault tolerance and
22+
automatic node recovery, and enable <productname>&productname;</productname> online
2423
upgrades. (See <xref linkend="multimaster">.)</para>
2524
</listitem>
2625
<listitem><para>Added failover algorithm for <application>libpq</application> connections.</para></listitem>
2726
<listitem><para>Added <application>aqo</application> extension for
28-
adaptive query optimization. Based on the collected statistics on
27+
adaptive query optimization.
28+
</para><para>Based on the collected statistics on
2929
query execution, <application>aqo</application> improves cardinality
3030
estimation, which can speed up subsequent
3131
queries. (See <xref linkend="aqo">.)</para></listitem>
3232
<listitem><para>Implemented declarative syntax for
33-
partitioning. The <application>pg_pathman</application> extension
33+
partitioning. </para><para>The <application>pg_pathman</application> extension
3434
can now perform range and hash partitioning as part of
3535
the <command>CREATE TABLE</command> query. Partition management can
3636
be done with various forms of
@@ -39,14 +39,16 @@
3939
</listitem>
4040
<listitem><para>Added <application>mamonsu</application> monitoring
4141
service, which is implemented as a <application>Zabbix</application>
42-
agent. Using <application>mamonsu</application>, you can monitor
42+
agent. </para>
43+
<para>Using <application>mamonsu</application>, you can monitor
4344
multiple <productname>PostgreSQL</productname> and system metrics
4445
and visualize the collected data in comprehensive graphs. If
4546
required, you can extend <application>mamonsu</application> with
4647
your own custom plugins. (See <xref linkend="mamonsu">.)</para>
4748
</listitem>
4849
<listitem><para>Added <application>pg_wait_sampling</application>
49-
extension for sampling-based statistics of wait events. With this
50+
extension for sampling-based statistics of wait events.
51+
</para><para>With this
5052
extension, you can get an insight into the server activity,
5153
including the current wait events for all processes and background
5254
workers. (See <xref linkend="pg-wait-sampling">.)</para>
@@ -55,7 +57,7 @@
5557
the <application>pg_xlogdump</application> application.</para></listitem>
5658
<listitem>
5759
<para>Added support for one-time background jobs in
58-
<application>pgpro_scheduler</application>. You can now submit jobs
60+
<application>pgpro_scheduler</application>. </para><para>You can now submit jobs
5961
for immediate or delayed one-time execution in parallel with the
6062
scheduled jobs. (See <xref linkend="pgpro-scheduler">.)</para>
6163
</listitem>

0 commit comments

Comments
 (0)