- 配置需要再postgresql.conf添加
shared_preload_libraries='passwordcheck'
psql -h localhost -U postgres -d postgres
pg_ctl restart -D $PGDATA
配置pg_hba.conf md5
然后进行重启
测试:
2022-06-15 04:00:16
psql -h localhost -U postgres -d postgres
pg_ctl restart -D $PGDATA
配置pg_hba.conf md5
然后进行重启
测试: