Monitoring User
Version >= 10
create user datasentinel password 'myPassword';
grant pg_monitor,pg_read_all_settings,pg_read_all_stats to datasentinel;grant pg_signal_backend to datasentinel;ALTER USER datasentinel SET search_path TO "$user", public;
// Connect with datasentinel user
SHOW search_path;File pg_hba.conf
pg_hba.confSSL connection
Last updated