- 配置需要再postgresql.conf添加
shared_preload_libraries='passwordcheck'
psql -h localhost -U postgres -d postgres
pg_ctl restart -D $PGDATA
配置pg_hba.conf md5
然后进行重启
测试:
标签:Postgresql,postgres,复杂度,配置,模块,PGDATA,pg,conf
来源: https://blog.51cto.com/lishiyan/2581496