shared_preload_libraries=‘passwordcheck‘
psql -h localhost -U postgres -d postgres
pg_ctl restart -D $PGDATA
配置pg_hba.conf md5
然后进行重启
测试:
2022-05-08 03:09:51
psql -h localhost -U postgres -d postgres
pg_ctl restart -D $PGDATA
配置pg_hba.conf md5
然后进行重启
测试: