Postgres config commands

From UVOO Tech Wiki
Jump to navigation Jump to search

SHOW max_connections;

RESET max_connections;

SHOW all;

select * from pg_stat_replication;

On replica (streaming replication in my case):

select * from pg_stat_wal_receiver;