]> granicus.if.org Git - postgresql/commit
Cause ALTER OWNER commands to update the object's ACL, replacing references
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 1 Aug 2004 20:30:49 +0000 (20:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 1 Aug 2004 20:30:49 +0000 (20:30 +0000)
commitd6f8a76cf234079b6c616c93e214458478c8bd0b
treed2d0ab164dff993ed88d19bd15defb57ea64be9e
parent35ff782d714fec1f415bffb588df7b7271c1f9c1
Cause ALTER OWNER commands to update the object's ACL, replacing references
to the old owner with the new owner.  This is not necessarily right, but
it's sure a lot more likely to be what the user wants than doing nothing.
Christopher Kings-Lynne, some rework by Tom Lane.
src/backend/commands/dbcommands.c
src/backend/commands/functioncmds.c
src/backend/commands/schemacmds.c
src/backend/commands/tablecmds.c
src/backend/commands/tablespace.c
src/backend/utils/adt/acl.c
src/include/utils/acl.h