摘要:
1、设置远程访问 GBase 程序上控制了gbase用户不允许 远程访问。 所以需要自己创建一个超级用户。 su gbase gs_guc reload -N all -I all -h "host all all 0.0.0.0/0 sha256" 查看监听 gs_guc check -N all 阅读全文
摘要:
SELECT relname,reltuples::bigint AS row_countFROM pg_classWHERE relname in (SELECT table_name FROM information_schema.tables WHERE table_schema = 'wan 阅读全文