diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2018-06-27 07:51:20 +0200 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2018-06-27 07:51:20 +0200 |
commit | ae5ed75ed4a951c58ec6a76362241b6ac32be61c (patch) | |
tree | 37620153ce75fb7cabc87d6dc190409fc55d87ac | |
parent | c9d6a45724d642a00bd2b4c0f082cf4e1eb76e29 (diff) | |
download | postgresql-ae5ed75ed4a951c58ec6a76362241b6ac32be61c.tar.gz postgresql-ae5ed75ed4a951c58ec6a76362241b6ac32be61c.zip |
doc: Improve wording and fix whitespace
-rw-r--r-- | doc/src/sgml/logical-replication.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index 59de6bcc0a8..21c6c7817d3 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -66,11 +66,11 @@ <listitem> <para> - Replicating between cross platform PostgreSQL instances (for example - Linux to Windows) + Replicating between PostgreSQL instances on different platforms (for + example Linux to Windows) </para> </listitem> - + <listitem> <para> Giving access to replicated data to different groups of users. |