grant select pg 9.0.3

Поиск
Список
Период
Сортировка
От Tony Capobianco
Тема grant select pg 9.0.3
Дата
Msg-id 1335985267.1979.7.camel@tony1.localdomain
обсуждение исходный текст
Ответы Re: grant select pg 9.0.3  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-admin
I've issued the following statement:

grant select on all tables in schema support to backup;

When I perform a pgdump of the support schema with the backup user it
works fine.  If I create a new table within the support schema, pgdump
fails on the support schema.  To rectify, I issue the grant statement
again.  How can I avoid having to issue the grant each time I create a
new table?

Thanks.
Tony



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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: unexpected EOF on client connection / could not send data to client: Broken pipe
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: grant select pg 9.0.3