1
0
This commit is contained in:
2025-11-19 05:51:56 +08:00
parent 7b1465fc4e
commit 7a5099188e
3 changed files with 12 additions and 4 deletions

View File

@@ -1,7 +1,5 @@
-- 修改用户的密码
alter user postgres with password '123456';
-- 查询所有用户
select * from pg_catalog.pg_user;
-- search_path
SHOW search_path;
-- 查询表的 COLLATION VERSION
SELECT