diff options
| author | Bruce Momjian | 2018-06-28 13:12:07 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2018-06-28 13:12:07 +0000 |
| commit | 5b0539aba9b3708bd424a5933805631038c848f2 (patch) | |
| tree | f8d1ab6a00abefe7f1b0359c1736b0500870613a /doc/src/sgml | |
| parent | 5521e3bd5ffc57887f76f280ed8c88b5990752f8 (diff) | |
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
Diffstat (limited to 'doc/src/sgml')
| -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 83795f036a6..16e57152dd7 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> |
