Re: [ADMIN] grant select pg 9.0.3

2012-05-02 Thread Kevin Grittner
Tony Capobianco 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

[ADMIN] grant select pg 9.0.3

2012-05-02 Thread Tony Capobianco
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 sta