????
Current Path : C:/opt/pgsql/pgAdmin 4/web/pgadmin/tools/grant_wizard/templates/grant_wizard/ppas/default/ |
Current File : C:/opt/pgsql/pgAdmin 4/web/pgadmin/tools/grant_wizard/templates/grant_wizard/ppas/default/acl.json |
{# List of allowed privileges of Schema, table sequence, function and view #} {# Format for allowed privileges are: "node_name": { "type": "name", "acl": [...] } #} { "schema": { "type": "SCHEMA", "acl": ["a", "r", "w", "d", "D", "x", "t", "U", "X"] }, "table": { "type": "TABLE", "acl": ["a", "r", "w", "d", "D", "x", "t"] }, "foreign_table": { "type": "FOREIGN TABLE", "acl": ["a", "r", "w","x"] }, "sequence": { "type": "SEQUENCE", "acl": ["r", "w", "U"] }, "function": { "type": "FUNCTION", "acl": ["X"] }, "procedure": { "type": "PROCEDURE", "acl": ["X"] }, "package": { "type": "PACKAGE", "acl": ["X"] } }