]> granicus.if.org Git - postgresql/commit
Update per-column ACLs, not only per-table ACL, when changing table owner.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 21 Dec 2011 23:23:18 +0000 (18:23 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 21 Dec 2011 23:23:18 +0000 (18:23 -0500)
commit71b23708d4433d731082ed9c5ca491c7595e0e4d
treeb98f992c8e3be00b6407c86805e3f009cc1a8a7e
parent5d7d12de56be2c746bfc30214d3300644e8dc0f3
Update per-column ACLs, not only per-table ACL, when changing table owner.

We forgot to modify column ACLs, so privileges were still shown as having
been granted by the old owner.  This meant that neither the new owner nor
a superuser could revoke the now-untraceable-to-table-owner permissions.
Per bug #6350 from Marc Balmer.

This has been wrong since column ACLs were added, so back-patch to 8.4.
src/backend/commands/tablecmds.c