Re: Permissions and PGSQL

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Permissions and PGSQL
Дата
Msg-id 200401230502.i0N52ZU04128@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Permissions and PGSQL  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > On Monday 05 January 2004 12:51, Peter Eisentraut wrote:
> >> Jean-Eric Cuendet wrote:
> >>> - User permissions based on columns?
> > 
> >> 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...
> 
> > I thought views took care of this.  Comments?
> 
> You can do it with views, but it's tedious, and more to the point the
> SQL standard says that you're supposed to be able to do it directly.
> So I think this should be on TODO.  I wouldn't put a real high priority
> on it personally, but it's a spec-compliance item ...

Added to TODO:
* Allow column-level privileges

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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: LWLock/ShmemIndex startup question
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bunch o' dead code in GEQO