Re: Permissions and PGSQL

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Permissions and PGSQL
Дата
Msg-id 3FE864DF.70300@familyhealth.com.au
обсуждение исходный текст
Ответ на Permissions and PGSQL  ("Jean-Eric Cuendet" <jean-eric.cuendet@bluewin.ch>)
Список pgsql-hackers
> 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).

These do not exist yet in pgsql.

> - Permissions on create table. This is the most lacking permission problem
> actually, since everyone that can log in PgSql can create tables...

This does exist.  The CREATE permission on schemas is what you want. 
Perhaps the CREATE permission on databases as well.  You need to revoke 
these from the public schema.  Or even just drop the public schema.

Chris


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql-server/doc/src/sgml Tag: REL7_4_STABLE r ...
Следующее
От: Mark Feit
Дата:
Сообщение: (Mis?)Behavior of \copy with -f and \i