The pglogical 2.3.0 is a minor update to the pglogical 2 which includes support for PostgreSQL 12 and several new minor features and bug fixes.
Improvements
- Support for PostgreSQL 12
- Allow replicating tables and sequences to different names on the target
- Add option to only synchronize the structure of replicated relations
- Add a new option to force a text transfer format for a subscription
- Allow tables to be resynchronized in state
SYNC_STATUS_SYNCDONE
- Fix
pglogical_wait_for_sync_complete
with unknown table - Use write lsn rather than insert lsn by default in
wait_slot_confirm_lsn