Re: [COMMITTERS] pgsql: Fix two bugs in change_owner_recurse_to_sequences:

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: [COMMITTERS] pgsql: Fix two bugs in change_owner_recurse_to_sequences:
Дата
Msg-id 42450175.4070606@familyhealth.com.au
обсуждение исходный текст
Ответы Re: [COMMITTERS] pgsql: Fix two bugs in change_owner_recurse_to_sequences: it was  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Fix two bugs in change_owner_recurse_to_sequences: it was grabbing an
> overly strong lock on pg_depend, and it wasn't closing the rel when done.
> The latter bug was masked by the ResourceOwner code, which is something
> that should be changed.

I assume that this behaviour makes change owner on a table change owner 
of serial sequences?

Should we perhaps also propagate grant insert on a table to grant 
select, update on dependent serial sequences?

Chris


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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: 8.0.2beta1 ... look her over ...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Fix two bugs in change_owner_recurse_to_sequences: it was