Re: Permissions and PGSQL

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, Jean-Eric Cuendet <jean-eric(dot)cuendet(at)bluewin(dot)ch>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Permissions and PGSQL
Date: 2004-01-23 04:26:44
Message-ID: 200401230426.i0N4Qie20745@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert Treat wrote:
> On Monday 05 January 2004 12:51, Peter Eisentraut wrote:
> > Jean-Eric Cuendet wrote:
> > > - User permissions based on columns? (Ex: User1 has Select on Column
> > > "CompayName" but User2 has update on column "CompanyName" while User3
> > > has create new row on table).
> >
> > Well, I have about half a patch for column privileges lying around, but
> > I've never had enough motivation to do the other, more complicated
> > half...
> >
>
> Is there a TODO and TODO.detail warrented here?

I thought views took care of this. Comments?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-01-23 04:48:45 Re: Permissions and PGSQL
Previous Message Claudio Natoli 2004-01-23 04:06:41 Re: What's left?