2 lines
179 B
SQL
2 lines
179 B
SQL
CREATE ROLE replicator WITH REPLICATION LOGIN PASSWORD '{{ postgres.replication_password }}';
|
|
SELECT * FROM pg_create_physical_replication_slot('pg_britaliope_intra_catgrl_org');
|