Postgres config commands

From UVOO Tech Wiki
Revision as of 19:25, 18 November 2022 by Busk (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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;