pgsql: Update per-column ACLs, not only per-table ACL, when changing ta

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Update per-column ACLs, not only per-table ACL, when changing ta
Дата
Msg-id E1RdVVp-0004px-NX@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/71b23708d4433d731082ed9c5ca491c7595e0e4d

Modified Files
--------------
src/backend/commands/tablecmds.c |   75 ++++++++++++++++++++++++++++++++++++++
1 files changed, 75 insertions(+), 0 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Update per-column ACLs, not only per-table ACL, when changing ta
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Update per-column ACLs, not only per-table ACL, when changing ta