Re: BUG #6350: Delete a role which is still in use

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #6350: Delete a role which is still in use
Дата
Msg-id 7609.1324488990@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #6350: Delete a role which is still in use  (marc@msys.ch)
Список pgsql-bugs
marc@msys.ch writes:
> A role can be deleted although it is still referenced in a column privilege.

Hmm, it looks like ALTER TABLE OWNER forgets to update the grantors in
column privileges.  Table privileges are processed properly, but not
columns.

            regards, tom lane

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

Предыдущее
От: Marc Balmer
Дата:
Сообщение: script for #6350
Следующее
От: christian_oederan@gmx.de
Дата:
Сообщение: BUG #6351: ERROR: btree index keys must be ordered by attribute