分类:PostgreSQL
Updated on 五月 15, 2020
高并发SqlSession close前新开SqlSession导致阻塞问题
最近测试程序的高并发,发现高并发下卡死,百分之百复现。经过一天的调查,最终定 …
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 …