How does one go about explicitly denying the create function ability of a non superuser in postgres? I looked into the documentation, but was unable to find anything of value.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
You can look here for the documentation. You would use the Revoke command in place of grant and just specify Create.
EDIT: Here is where you go for Revoke, which has more options.
|
||||