Re: User permissions

Поиск
Список
Период
Сортировка
От Lars Preben S. Arnesen
Тема Re: User permissions
Дата
Msg-id yfr663zs1zt.fsf@lpsa.uio.no
обсуждение исходный текст
Ответ на Re: User permissions  (Doug McNaught <doug@wireboard.com>)
Ответы Re: User permissions  (Jeff Eckermann <jeff_eckermann@yahoo.com>)
Список pgsql-general
[ Doug McNaught ]

> We had a nice little flamewar about this a few weeks ago.  ;)

OK. I'll look into the arguments in the war...

> The "Postgres" way to do it is to lock the unprivileged user out of
> the "real" tables, and create views for that user to access.  The
> views can include only the fields that you want them to see, and you'd
> create ON INSERT/DELETE/UPDATE rules to validate input and write to
> the actual tables.

Hmmm. I'm not going to start another flame war, but I think this seems
like it could be somewhat easier with the Oracle solution (at least
what I have heard from Oracle-users) that enables you to restrict a
database user only to execute predefined functions.

As I understand it I need to create functions, views and triggers to
get what I want.

> This is kind of a different way of thinking about it than the "proxy
> functions" concept but you should be able to do everything you want to
> do.

With programming, everything is possible. :)

--
Lars Preben

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

Предыдущее
От: "Lars Preben S. Arnesen"
Дата:
Сообщение: Re: User permissions
Следующее
От: "Michael Ben-David"
Дата:
Сообщение: Re: Connection handling of Postgre under PHP