Replication slots in Postgresql

PostgreSQL 9.4
max_replication_slots = 1
select * from pg_create_physical_replication_slot('standby_replication_slot');
primary_slot_name = 'standby_replication_slot'

--

--

Technology enthusiast— https://github.com/tk512

Love podcasts or audiobooks? Learn on the go with our new app.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store