Re: Trigger to run @ connection time?

Поиск
Список
Период
Сортировка
От Erik Jones
Тема Re: Trigger to run @ connection time?
Дата
Msg-id EA7F5C12-81DB-462C-A52A-6C4EB3319611@myemma.com
обсуждение исходный текст
Ответ на Re: Trigger to run @ connection time?  ("Marko Kreen" <markokr@gmail.com>)
Ответы Re: Trigger to run @ connection time?
Список pgsql-general
On Mar 14, 2008, at 7:17 AM, Marko Kreen wrote:

> To put it to core Postgres, it needs to be conceptually sane
> first, without needing ugly workarounds to avoid it bringing
> whole db down.
>
> I can see ATM only few ways:
>
> - Applies only to non-superusers.
>
> - Error from CONNECT trigger does not affect superuser.
>
> - Applies to database + role.  Role could be also group of users.
>
> So you always have way do fix things, without hexediting in data
> dir...

Another option:

Does not fire at all in single-user mode.  This would be covered by
"Applies to non-superusers" if that were there but, by itself, the
triggers would still fire for normal superuser connections.

Erik Jones

DBA | Emma®
erik@myemma.com
800.595.4401 or 615.292.5888
615.292.0777 (fax)

Emma helps organizations everywhere communicate & market in style.
Visit us online at http://www.myemma.com




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

Предыдущее
От: Erik Jones
Дата:
Сообщение: Re: postgre vs MySQL
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: LOCK TABLE HELP