Skip to content

Commit 98d0d65

Browse files
author
umairshahid
committed
Moving the limitation back to pglogical_output based on Craig's feedback
1 parent 0c9eec5 commit 98d0d65

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -472,19 +472,6 @@ decoding plugin its self, such as:
472472
* Event triggers using DDL deparse to capture DDL changes as they happen and write them to a table to be replicated and applied on the other end; or
473473
* doing DDL management via tools that synchronise DDL on all nodes
474474

475-
### Doesn't replicate global objects/shared catalog changes
476-
477-
PostgreSQL has a number of object types that exist across all databases, stored
478-
in *shared catalogs*. These include:
479-
480-
* Roles (users/groups)
481-
* Security labels on users and databases
482-
483-
Such objects cannot be replicated by `pglogical_output`. They're managed with DDL that
484-
can't be captured within a single database and isn't decoded anyway.
485-
486-
DDL for global object changes must be synchronized via some external means.
487-
488475
## How does pglogical differ from BDR?
489476

490477
`pglogical` is based on technology developed for BDR and shares some code with

0 commit comments

Comments
 (0)