DATABASE修改数据库所有者teledb=# alter database teledb_db_new owner to teledb; ALTER DATABASE配置数据默认search_pathteledb=# alter database teledb_db_new set search_path to public, pg_catalog; ALTER DATABASEalter database不支持修改的项目项目备注encoding编码lc_collate排序规则lc_ctype
DATABASE修改数据库所有者teledb=# alter database teledb_db_new owner to teledb; ALTER DATABASE配置数据默认search_pathteledb=# alter database teledb_db_new set search_path to public, pg_catalog; ALTER DATABASEalter database不支持修改的项目项目备注encoding编码lc_collate排序规则lc_ctype