Re: Function for Exception Logging

Поиск
Список
Период
Сортировка
От Alexey Bashtanov
Тема Re: Function for Exception Logging
Дата
Msg-id 7f8ac4f2-4ddb-1566-e0b4-3c083252d073@imap.cc
обсуждение исходный текст
Ответ на Re: Function for Exception Logging  (Tony Shelver <tshelver@gmail.com>)
Список pgsql-general
> Even more difficult in PG functions as they have no commit / rollback 
> capability.  I haven't played with stored procedures in in PG11 yet.

You can simulate oracle autonomous transaction feature in postgres by 
connecting to the same db using dblink.

As for implicit passing of error parameters, I don't think it's possible.

Best, Alex


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

Предыдущее
От: pavan95
Дата:
Сообщение: Re: Password management in PostgreSQL
Следующее
От: Marcio Meneguzzi
Дата:
Сообщение: pgAgent on Windows