mirror of
https://github.com/wowlikon/LiB.git
synced 2026-02-03 20:31:09 +00:00
5 lines
132 B
SQL
5 lines
132 B
SQL
CREATE PUBLICATION all_tables_pub FOR ALL TABLES;
|
|
|
|
ALTER SYSTEM SET password_encryption = 'scram-sha-256';
|
|
SELECT pg_reload_conf();
|