[HACKERS] Logical replication initial feedback - Mailing list pgsql-hackers

From Mark Kirkwood
Subject [HACKERS] Logical replication initial feedback
Date
Msg-id fb290a1b-5a40-efc6-e7a0-64edb54dde39@catalyst.net.nz
Whole thread Raw
List pgsql-hackers
Hi,

Thought I'd take a look at how this works (checking out current master). 
You guys have manged to get this to the point where it is *ridiculously* 
easy to set up a basic replication scenario - awesome i must say:

- change a few parameters on the master 
(max_wal_senders,max_replication_slots,wal_level)

- create a publication on the master

- pg_dump/restore relevant tables

- create a subscription of the slave


..and done. Very nice!


best wishes

Mark




pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: [HACKERS] New CORRESPONDING clause design
Next
From: Craig Ringer
Date:
Subject: Re: [HACKERS] [PATCH] Transaction traceability - txid_status(bigint)