月份:2018年9月
Updated on 四月 4, 2019
解决PG创建数据库报must be member of role “xxx”问题
在创建数据库时指定owner,或修改数据库owner时,报must be m …
Posted on 九月 26, 2018
解决修改PG端口后psql -U postgres报could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket “/var/run/postgresql/.s.PGSQL.5432”?问题
#修改端口 vi /xxxx/pgsql/10/data/postgresq …