From: Bruce Momjian Date: Thu, 28 Jun 2018 13:12:07 +0000 (-0400) Subject: doc: backpatch mention use of cross platform logical replication X-Git-Tag: REL_10_5~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b0539aba9b3708bd424a5933805631038c848f2;p=postgresql doc: backpatch mention use of cross platform logical replication Backpatch 21c1f0c607f0344ae8f71ecaae1fe6f58cf7ff9a to PG 10 docs. Reported-by: Haribabu Kommi Discussion: https://postgr.es/m/CAJrrPGfdknoqZcMipPy8XnH3hO3uRic6JTD=jv35oj1DWqL07g@mail.gmail.com Backpatch-through: only 10 --- diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index 83795f036a..16e57152dd 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -64,6 +64,13 @@ + + + Replicating between cross platform PostgreSQL instances (for example + Linux to Windows) + + + Giving access to replicated data to different groups of users.