aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2018-06-23 16:35:25 -0400
committerBruce Momjian <bruce@momjian.us>2018-06-23 16:35:25 -0400
commit21c1f0c607f0344ae8f71ecaae1fe6f58cf7ff9a (patch)
treee5282c92f27ad3aae65ea77e9b9e896370370592
parent123efbccea694626b36ad952086d883fa7469aa9 (diff)
downloadpostgresql-21c1f0c607f0344ae8f71ecaae1fe6f58cf7ff9a.tar.gz
postgresql-21c1f0c607f0344ae8f71ecaae1fe6f58cf7ff9a.zip
doc: mention use of cross platform logical replication
Discussion: https://postgr.es/m/CAJrrPGfdknoqZcMipPy8XnH3hO3uRic6JTD=jv35oj1DWqL07g@mail.gmail.com Author: Haribabu Kommi
-rw-r--r--doc/src/sgml/logical-replication.sgml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml
index 16ba9c40811..1e7a54c8e3b 100644
--- a/doc/src/sgml/logical-replication.sgml
+++ b/doc/src/sgml/logical-replication.sgml
@@ -66,6 +66,13 @@
<listitem>
<para>
+ Replicating between cross platform PostgreSQL instances (for example
+ Linux to Windows)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Giving access to replicated data to different groups of users.
</para>
</listitem>