Re: [GENERAL] multiple users

From: Paul Branston <apbran(at)rannoch(dot)demon(dot)co(dot)uk>
To: Jaume Pausas <a1649(at)dis(dot)ulpgc(dot)es>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] multiple users
Date: 2000-02-04 20:04:00
Message-ID: Pine.LNX.4.10.10002042001210.12913-100000@rannoch.demon.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?
>
>
>
> ************
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jens Skakkebaek 2000-02-04 20:58:01 HELP with postmaster on NT: command not found in cygwin
Previous Message Jens Skakkebaek 2000-02-04 19:46:00