Re: GRANT on all tables?

From: "codeWarrior" <GPatnude(at)adelphia(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: GRANT on all tables?
Date: 2003-04-17 14:31:17
Message-ID: b7md50$1btl$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

GRANT ALL TO PUBLIC;

"dudsen" <dudsen(at)koen(dot)dk> wrote in message
news:1050499026(dot)680723(at)kalvebod(dot)groenjord(dot)dk(dot)(dot)(dot)
> How do I GRANT an user privileges for all tables in an database with one
> command, as it is now i need to specify the name of each table.
> I want to write something like
> GRANT SELECT,INSERT ON mydatabase TO user; this doesn't work but are there
a
> way of getting someting similar to work?
>
> --
> Daniel Udsen

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2003-04-17 14:40:55 Re: Require Assistance Solving Problem - erroneous pg_hba.conf
Previous Message Rajesh Kumar Mallah 2003-04-17 12:11:35 floating point exception! with contrib/xml