摘要:
pg_stat_activity是一个非常有用的视图,可以帮助排查pg的一些问题(如连接数目过多问题)。pg_stat_activity每行展示的是一个“process”的相关信息,这里的“process”可以理解为一个DB连接。 :The pg_stat_activity view will ha 阅读全文
摘要:
count()函数功能:统计表中中某个字段或所有记录个数,字段值为null的不做统计。 手册中解释: COUNT returns the number of rows returned by the query. You can use it as an aggregate or analytic 阅读全文
摘要:
错误提示: psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/var 阅读全文
摘要:
其他见:http://my.oschina.net/ensn/blog/636766 本文利用pg_upgrade实现将8.4.18版本升级到9.5.0版本,8.4.18版本为RedHat系统自带pg数据库版本。 环境:Red Hat Enterprise Linux Server release 阅读全文