1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-18 02:02:55 +03:00

doc: reorder logical replication benefits in a logical order

The previous ordering was hard to understand and remember.  Also adjust
wording to be more consistent with surrounding items.

Backpatch-through: master
This commit is contained in:
Bruce Momjian
2025-11-13 18:12:37 -05:00
parent d22cc7326c
commit acbc9beaae

View File

@@ -41,27 +41,27 @@
<listitem> <listitem>
<para> <para>
Sending incremental changes in a single database or a subset of a Sending incremental changes in a single database or a subset of a
database to subscribers as they occur. database to subscribers as they occur
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Firing triggers for individual changes as they arrive on the Sending a subset of the database to multiple databases (i.e.,
subscriber. broadcast)
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Consolidating multiple databases into a single one (for example for Consolidating multiple databases into a single one (e.g., for
analytical purposes). analytics).
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Replicating between different major versions of PostgreSQL. Replicating between different major versions of PostgreSQL
</para> </para>
</listitem> </listitem>
@@ -80,7 +80,8 @@
<listitem> <listitem>
<para> <para>
Sharing a subset of the database between multiple databases. Firing triggers for individual changes as they arrive on the
subscriber.
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>