gpt4 book ai didi

postgresql - Postgres 如何检查用户是否有 CREATEDB 权限?

转载 作者:行者123 更新时间:2023-11-29 11:55:40 25 4
gpt4 key购买 nike

我需要检查特定用户是否有权在 Postgres 中创建数据库。我怎样才能做到这一点?

最佳答案

试试这个:

select rolcreatedb
from pg_authid
where rolname = 'your user name'

关于postgresql - Postgres 如何检查用户是否有 CREATEDB 权限?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12956743/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com