From: | David Wheeler <david(at)wheeler(dot)net> |
---|---|
To: | Dan Wilson <phpPgAdmin(at)acucore(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Grant on Database? |
Date: | 2001-02-21 16:48:16 |
Message-ID: | Pine.LNX.4.21.0102210845250.19548-100000@theory |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Wed, 21 Feb 2001, Dan Wilson wrote:
> First pointer, phpPgAdmin (http://www.greatbridge.org/project/phppgadmin)
> has this built into it. It will automatically get the list of tables,
> sequences and views and run a grant statment on them.
Nice. I need something that works from the shell, though. My perl script
is doing the trick for now - I just wanted to make sure that there wasn't
an official way I was missing. BTW, did my query of the pg_class table
look right? I know I was missing views - we don't have any yet!
> Second pointer. GRANT will take multiple "relations" seperated by commas:
>
> GRANT ALL ON table1, table1, seq1, seq2, view1, view2 TO my_user;
Cool, that saves me a lot of query overhead - I can grant them all at
once!
Thanks,
David
--
David Wheeler
Software Engineer
Salon Internet ICQ: 15726394
david(at)salon(dot)com AIM: dwTheory
From | Date | Subject | |
---|---|---|---|
Next Message | ERIC Lawson - x52010 | 2001-02-21 17:05:23 | Re: copying tables |
Previous Message | Peter Eisentraut | 2001-02-21 16:46:39 | Re: pg_shadow.passwd versus pg_hba.conf password passwd |