File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -472,19 +472,6 @@ decoding plugin its self, such as:
472
472
* 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
473
473
* doing DDL management via tools that synchronise DDL on all nodes
474
474
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
-
488
475
## How does pglogical differ from BDR?
489
476
490
477
` pglogical ` is based on technology developed for BDR and shares some code with
You can’t perform that action at this time.
0 commit comments