diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2012-01-27 21:58:51 +0200 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2012-01-27 21:58:51 +0200 |
commit | b376ec6fa57bc76037014ede29498e2d1611968e (patch) | |
tree | 2849df5a841b6779cd15629a6ba190368d4c659b /src/backend/executor/nodeModifyTable.c | |
parent | bf90562aa464e3a9afedde5f0007058f381d00fe (diff) | |
download | postgresql-b376ec6fa57bc76037014ede29498e2d1611968e.tar.gz postgresql-b376ec6fa57bc76037014ede29498e2d1611968e.zip |
Show default privileges in information schema
Hitherto, the information schema only showed explicitly granted
privileges that were visible in the *acl catalog columns. If no
privileges had been granted, the implicit privileges were not shown.
To fix that, add an SQL-accessible version of the acldefault()
function, and use that inside the aclexplode() calls to substitute the
catalog-specific default privilege set for null values.
reviewed by Abhijit Menon-Sen
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions