如何使用Google云端控制台在Postgres serwer中创建具有超级用户角色的用户?
当我在谷歌云中创建数据库时,默认用户是非超级用户。从这个角色来说,无法升级。
答案 0 :(得分:2)
没办法:
https://cloud.google.com/sql/docs/postgres/users
postgres用户是
RestClient::Request.execute(method: :post, url: $url, payload: '{"event" : "start_skill", "uuid" : "RandomSecure.uuid"}', headers: {"Content-Type" => "application/json"})
角色的一部分,并具有。{1}}角色 以下属性(特权):CREATEROLE,CREATEDB和LOGIN。它 没有cloudsqlsuperuser
或SUPERUSER
属性。