diff options
author | Bruce Momjian | 2018-06-23 20:35:25 +0000 |
---|---|---|
committer | Bruce Momjian | 2018-06-23 20:35:25 +0000 |
commit | 21c1f0c607f0344ae8f71ecaae1fe6f58cf7ff9a (patch) | |
tree | e5282c92f27ad3aae65ea77e9b9e896370370592 | |
parent | 123efbccea694626b36ad952086d883fa7469aa9 (diff) |
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.sgml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index 16ba9c4081..1e7a54c8e3 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> |