Re: [GENERAL] multiple users - Mailing list pgsql-general

From Paul Branston
Subject Re: [GENERAL] multiple users
Date
Msg-id Pine.LNX.4.10.10002042001210.12913-100000@rannoch.demon.co.uk
Whole thread Raw
In response to multiple users  (Jaume Pausas <a1649@dis.ulpgc.es>)
List pgsql-general
Yes. It respects the normal database rules

grant select,update on table1 to user1;
grant select on table1 to user2;

'help grant'  st the psql prompt should help.

Paul

On Thu, 3 Feb 2000, Jaume Pausas wrote:

> Does postgresql support multiple different users of a db?
>
> If I want for example 2 users with different level of privilege, how can
> i do it?
>
>
>
> ************
>


pgsql-general by date:

Previous
From: Nilesh Phadke
Date:
Subject: functional indices
Next
From: Hannu Krosing
Date:
Subject: Re: [SQL] Re: [HACKERS] Proposed Changes to PostgreSQL