Skip to content

Commit acbc9be

Browse files
committed
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
1 parent d22cc73 commit acbc9be

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

doc/src/sgml/logical-replication.sgml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,27 @@
4141
<listitem>
4242
<para>
4343
Sending incremental changes in a single database or a subset of a
44-
database to subscribers as they occur.
44+
database to subscribers as they occur
4545
</para>
4646
</listitem>
4747

4848
<listitem>
4949
<para>
50-
Firing triggers for individual changes as they arrive on the
51-
subscriber.
50+
Sending a subset of the database to multiple databases (i.e.,
51+
broadcast)
5252
</para>
5353
</listitem>
5454

5555
<listitem>
5656
<para>
57-
Consolidating multiple databases into a single one (for example for
58-
analytical purposes).
57+
Consolidating multiple databases into a single one (e.g., for
58+
analytics).
5959
</para>
6060
</listitem>
6161

6262
<listitem>
6363
<para>
64-
Replicating between different major versions of PostgreSQL.
64+
Replicating between different major versions of PostgreSQL
6565
</para>
6666
</listitem>
6767

@@ -80,7 +80,8 @@
8080

8181
<listitem>
8282
<para>
83-
Sharing a subset of the database between multiple databases.
83+
Firing triggers for individual changes as they arrive on the
84+
subscriber.
8485
</para>
8586
</listitem>
8687
</itemizedlist>

0 commit comments

Comments
 (0)