PostgreSQL Permissions
Here are three major points you need to understand about object ownership:
-
Only a
superuseror theownerof an object (table, function, procedure, sequence, etc.) canALTER/DROPthe object. -
Only a
superuseror theownerof an object canALTERthe ownership of that object. -
Only the
ownerof an object can define default privileges for the objects they create.
No Comments