摘要: PostgreSQL批量修改对象owner 创建测试数据 psql -U postgres create user test password 'test'; create database testdb; \c testdb CREATE SCHEMA test AUTHORIZATION pos 阅读全文
posted @ 2025-02-13 07:08 kahnyao 阅读(150) 评论(0) 推荐(0)