Add String object access hooks
Andrew Dunstan <andrew@dunslane.net>
Add String object access hooks This caters for cases where the access is to an object identified by name rather than Oid. The first user of these is the GUC access controls Joshua Brindle and Mark Dilger Discussion: https://postgr.es/m/47F87A0E-C0E5-43A6-89F6-D403F2B45175@enterprisedb.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/objectaccess.c | modified | +134 −6 |
| src/backend/utils/misc/guc.c | modified | +17 −0 |
| src/include/catalog/objectaccess.h | modified | +69 −1 |
| src/include/nodes/parsenodes.h | modified | +3 −1 |
| src/include/utils/acl.h | modified | +3 −1 |
Discussion
- New Object Access Type hooks 62 messages · 2022-03-18 → 2022-06-22