Re: BUG #12939: GRANT ALL ON ALL SEQUENCES doesn't work for sequences not yet existing

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: BUG #12939: GRANT ALL ON ALL SEQUENCES doesn't work for sequences not yet existing
Дата
Msg-id 551D83F3.9060500@hogranch.com
обсуждение исходный текст
Ответ на Re: BUG #12939: GRANT ALL ON ALL SEQUENCES doesn't work for sequences not yet existing  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-bugs
> * Hale, Tyler (Tyler.Hale@capitalone.com) wrote:
>> >Thanks for the insight Stephen.  Do you know if this type of functionality is only limited to sequences or all
typesof database objects?  I am relatively new to Postgres and am trying to come up with rules/best practices for my
teamto use when deploying new structures on Postgres. 

best practices IMHO are to include the GRANT's with the CREATE
statements.   grant permissions to groups rather than specific roles,
and make the user roles members of those groups.




--
john r pierce, recycling bits in santa cruz

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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: BUG #12939: GRANT ALL ON ALL SEQUENCES doesn't work for sequences not yet existing
Следующее
От: Michael Paquier
Дата:
Сообщение: src/port/getopt_long.c lossy with arguments having no option characters