Re: Strange Grant behavior in postgres 8.3

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Clemens Schwaighofer <clemens(dot)schwaighofer(at)tequila(dot)jp>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Strange Grant behavior in postgres 8.3
Date: 2009-02-18 07:09:04
Message-ID: 499BB410.1040506@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Clemens Schwaighofer wrote:
> The other problem is, that there is no "grant all on table db.* ..." but
> I have to do that for each table seperate, or in a "grant all on table
> a, b, ...".
>
> I am not sure if there is an easier way, except perhaps through a select
> from the pg_ catalog for this db and get the table names there ...
>

I believe there are some scripts that can help..

http://pgedit.com/public/sql/acl_admin/index.html
http://unf.be/postgresql/postgres_grant_all.perl
http://www.archonet.com/pgdocs/grant-all.html

one or more of those URLs may help. FYI, I got these from the infobot
on the freenode #PostgreSQL IRC channel

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Abdul Rahman 2009-02-18 07:11:48 Download link for 'Bristlecone'
Previous Message Sim Zacks 2009-02-18 07:00:57 Re: hi all