Re: newbie : setting access for users in a web enviroment

From: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: newbie : setting access for users in a web enviroment
Date: 2005-12-23 21:31:03
Message-ID: dohq8k$2g8s$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


"robert mena" <robert(dot)mena(at)gmail(dot)com> wrote
>
> How can I specify that the user testadm can perform those actions to this
> database?

Use GRANT command (the opposite is REVOKE). I suppose you are using 8.1:

http://www.postgresql.org/docs/8.1/static/sql-grant.html

Regards,
Qingqing

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2005-12-23 21:36:12 Re: newbie : setting access for users in a web enviroment
Previous Message robert mena 2005-12-23 21:06:40 newbie : setting access for users in a web enviroment