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
Tony Capobianco <tcapobianco@prospectiv.com> wrote: > I've issued the following statement: > > grant select on all tables in schema support to backup; > > How can I avoid having to issue the grant each time I create a new table? http://www.postgresql.org/docs/9.0/interactive/sql-alterdefaultprivileges.html Also, please consider updating to 9.0.7. http://www.postgresql.org/support/versioning/ -Kevin
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера