Extending grant insert on tables to sequences

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема Extending grant insert on tables to sequences
Дата
Msg-id c2d9e70e0805221118x1411e00crd7d4aae7e6e4ea3d@mail.gmail.com
обсуждение исходный текст
Ответы Re: Extending grant insert on tables to sequences  ("Jaime Casanova" <systemguards@gmail.com>)
Список pgsql-patches
Hi,

The idea of this patch is to avoid the need to make explicit grants on
sequences owned by tables.

This patch make:
- GRANT INSERT ON TABLE  extend to GRANT USAGE ON SEQUENCE    (currval, nextval)
- GRANT UPDATE ON TABLE extend to GRANT UPDATE ON SEQUENCE (nextval, setval)
- GRANT SELECT ON TABLE extend to GRANT SELECT ON SEQUENCE  (currval)

comments?

--
regards,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Guayaquil - Ecuador
Cel. (593) 087171157

Вложения

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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: \d+ should display the storage options for columns
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: \d+ should display the storage options for columns