随笔分类 -  postgres汇总

摘要:#服务配置文件postgresql.conf [postgres@fnddb data]$ ls -l postgresql.* -rw . 1 postgres postgres 88 Feb 4 22:20 postgresql.auto.conf -rw . 1 postgres postgr 阅读全文
posted @ 2021-08-17 14:32 aaronwell 阅读(1317) 评论(0) 推荐(0)
摘要:SELECT 'CREATE NODE GROUP \"' || pgxc_group.group_name || '\" WITH(' || string_agg('\"' || pgxc_node.node_name || '\"',',') || ') ' || (CASE WHEN pgxc 阅读全文
posted @ 2021-03-15 17:12 aaronwell 阅读(156) 评论(0) 推荐(0)