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