Re: newbie : setting access for users in a web enviroment - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: newbie : setting access for users in a web enviroment
Date
Msg-id 20051225150024.GA11637@wolff.to
Whole thread Raw
In response to Re: newbie : setting access for users in a web enviroment  (robert mena <robert.mena@gmail.com>)
List pgsql-general
On Sat, Dec 24, 2005 at 08:41:49 -0400,
  robert mena <robert.mena@gmail.com> wrote:
>
> If I'd need to define a user with SELECT privileges to all tables in
> my test database, how could I do that?

You can't. You can write a script that will give them access to all of the
tables that currently exist. But if you create new ones, they won't get any
access by default to the new tables.

pgsql-general by date:

Previous
From: "Andy Astor"
Date:
Subject: Happy Holidays
Next
From: Bruce Momjian
Date:
Subject: Re: Trigger Behavior in Transactions