Re: Granting privelges on several tables at a time

From: Thom Brown <thombrown(at)gmail(dot)com>
To: Atif Jung <atifjung(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Granting privelges on several tables at a time
Date: 2010-06-23 09:12:43
Message-ID: AANLkTiniw6vQVVWoJWfwub1Dq-D1KMlElwke6lOjCnX0@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 23 June 2010 10:10, Atif Jung <atifjung(at)gmail(dot)com> wrote:
> Is it possible to grant a user 'ALL' privileges to all tables in a database
> in one command?
> Atif
>
>

Only in version 9.0. I believe you'd have to grant on each database
one at a time or write a script/function to do it for you.

Regards

Thom

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Wilcox 2010-06-23 09:19:00 Re: libpython - cannot open shared object file
Previous Message Atif Jung 2010-06-23 09:10:00 Granting privelges on several tables at a time