PostgreSQL 建库建表脚本
1.创建角色(create_role.sql) drop role if exists "kq_acs";create role "kq_acs" login encrypted password ...
1.创建角色(create_role.sql) drop role if exists "kq_acs";create role "kq_acs" login encrypted password ...