• T
    Restructure AclItem representation so that we can have more than eight · b0bcf8aa
    Tom Lane 提交于
    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...
    b0bcf8aa
pg_attribute.h 24.7 KB