ACL inheritance for sequences

Поиск
Список
Период
Сортировка
От Kovacs Zoltan Sandor
Тема ACL inheritance for sequences
Дата
Msg-id Pine.LNX.4.05.10008080944020.11473-100000@pc10.radnoti-szeged.sulinet.hu
обсуждение исходный текст
Список pgsql-hackers
I realized that the GRANT/REVOKE statements don't change the *seq tables. 
So, if I call a currval(...) function in a transaction, I must use the
GRANT for the sequence table, too. I find it as a bug. Is it? I suggest
doing some other GRANTs for the sequence tables of the relation if a GRANT
is called on it.

Zoltan



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

Предыдущее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: UNIONS
Следующее
От: Karel Zak
Дата:
Сообщение: Re: Constraint stuff