diff options
| author | Bruce Momjian | 2025-11-13 23:12:37 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2025-11-13 23:12:37 +0000 |
| commit | acbc9beaaed6ee88416e1dcef5df77fd5baba0be (patch) | |
| tree | 68509ed688c1641161d55a89183e76779fa35006 | |
| parent | d22cc7326ce0fe5033f2c6e3f711047d263c1c86 (diff) | |
The previous ordering was hard to understand and remember. Also adjust
wording to be more consistent with surrounding items.
Backpatch-through: master
| -rw-r--r-- | doc/src/sgml/logical-replication.sgml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index 79ecd09614f..aff4ef5bfa2 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -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> |
