Re: Read-only access to a database

From: "Karthikeyan Sundaram" <skarthi98(at)hotmail(dot)com>
To: bseklecki(at)collaborativefusion(dot)com, morten(at)nidelven-it(dot)no
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Read-only access to a database
Date: 2007-03-21 18:33:13
Message-ID: BAY131-F27D4F5DE698F29478C46B5B0740@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

when you create a role, you can specify, nocreate option. Then when you
grant the tables to this user give only select privilege.

Regards
skarthi

>From: "Brian A. Seklecki" <bseklecki(at)collaborativefusion(dot)com>
>To: "Morten W. Petersen" <morten(at)nidelven-it(dot)no>
>CC: pgsql-admin(at)postgresql(dot)org
>Subject: Re: [ADMIN] Read-only access to a database
>Date: Wed, 21 Mar 2007 13:46:53 -0400
>
>Wouldn't you just set read-only ACLs for that role on all of the objects
>in the database in question?
>
>~BAS
>
>On Wed, 2007-03-21 at 17:42 +0100, Morten W. Petersen wrote:
> > Hi,
> >
> > I'd like to create a user that has read-only access to
> > a database.
> >
> > I've read the docs and fumbled around a bit (even
> > tried to use phppgadmin) - but nothing works.
> >
> > "CREATE USER username" is about as far as I've
> > gotten. Which other commands would I have to
> > use to enable read-only access to a database?
> >
> > Thanks,
> >
> > Morten
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 4: Have you searched our list archives?
> >
> > http://archives.postgresql.org
>--
>Brian A. Seklecki <bseklecki(at)collaborativefusion(dot)com>
>Collaborative Fusion, Inc.
>
>
>
>
>IMPORTANT: This message contains confidential information and is intended
>only for the individual named. If the reader of this message is not an
>intended recipient (or the individual responsible for the delivery of this
>message to an intended recipient), please be advised that any re-use,
>dissemination, distribution or copying of this message is prohibited.
>Please notify the sender immediately by e-mail if you have received this
>e-mail by mistake and delete this e-mail from your system.
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

_________________________________________________________________
Its tax season, make sure to follow these few simple tips
http://articles.moneycentral.msn.com/Taxes/PreparationTips/PreparationTips.aspx?icid=HMMartagline

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Karthikeyan Sundaram 2007-03-21 21:49:43 Monitor what command is executing at the backend
Previous Message Brian A. Seklecki 2007-03-21 17:46:53 Re: Read-only access to a database