Re: How to make the row changes inside trigger function visible to the top level sql statement?

Поиск
Список
Период
Сортировка
От Sergey Konoplev
Тема Re: How to make the row changes inside trigger function visible to the top level sql statement?
Дата
Msg-id CAL_0b1tSaJ0cp+oHsEnCP7qDemcHuNM-hUXpaBzrrrs5XTHyRQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to make the row changes inside trigger function visible to the top level sql statement?  (Sergey Konoplev <sergey.konoplev@postgresql-consulting.com>)
Ответы Re: How to make the row changes inside trigger function visible to the top level sql statement?
Список pgsql-admin
On Thu, Aug 9, 2012 at 2:53 PM, Sergey Konoplev
<sergey.konoplev@postgresql-consulting.com> wrote:
>> How can I make the row changes inside the trigger function visible to the top level statement?
>
> your redirecting function is okay. However the only way to get the
> inserted row back is to do it from a subsequent statement in the
> partitioning case.

BTW I am not completely correct here. There is a solution but it is a
tricky one https://gist.github.com/59067. I am not sure if it is a
good performing one but it will work.

> In your application you can use LISTEN/NOTIFY if you need to get some
> specific information from trigger BTW. May be it will help somehow.
>
> --
> Sergey Konoplev
>
> a database architect, software developer at PostgreSQL-Consulting.com
> http://www.postgresql-consulting.com
>
> Jabber: gray.ru@gmail.com Skype: gray-hemp Phone: +79160686204



--
Sergey Konoplev

a database architect, software developer at PostgreSQL-Consulting.com
http://www.postgresql-consulting.com

Jabber: gray.ru@gmail.com Skype: gray-hemp Phone: +79160686204

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

Предыдущее
От: Sergey Konoplev
Дата:
Сообщение: Re: How to make the row changes inside trigger function visible to the top level sql statement?
Следующее
От: Haifeng Liu
Дата:
Сообщение: Re: How to make the row changes inside trigger function visible to the top level sql statement?