Skip to content
Snippets Groups Projects
Commit b0bcf8aa authored by Tom Lane's avatar Tom Lane
Browse files

Restructure AclItem representation so that we can have more than eight

different privilege bits (might as well make use of the space we were
wasting on padding).  EXECUTE and USAGE bits for procedures, languages
now are separate privileges instead of being overlaid on SELECT.  Add
privileges for namespaces and databases.  The GRANT and REVOKE commands
work for these object types, but we don't actually enforce the privileges
yet...
parent ad201b8d
Branches
Tags
Loading
Showing
with 832 additions and 510 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment