Re: Permissions and PGSQL

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Permissions and PGSQL
Дата
Msg-id 20031224031933.GA16470@wolff.to
обсуждение исходный текст
Ответ на Permissions and PGSQL  ("Jean-Eric Cuendet" <jean-eric.cuendet@bluewin.ch>)
Список pgsql-hackers
On Tue, Dec 16, 2003 at 13:41:32 +0500, Jean-Eric Cuendet <jean-eric.cuendet@bluewin.ch> wrote:
> Hi,
> I use PgSql for a lot of our company's need and I lack some features.
> I would like to know if there is plans to implement:
> - 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).

As the previous responder said that is no standard column security.
However it should be possible to do something custom to do this
using rules and/or triggers.


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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: Bug in new buffer freelist code
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bug in new buffer freelist code