Re: Transaction commit in a trigger function

Поиск
Список
Период
Сортировка
От PFC
Тема Re: Transaction commit in a trigger function
Дата
Msg-id op.tshjie14cigqcu@apollo13
обсуждение исходный текст
Ответ на Transaction commit in a trigger function  ("Henka" <henka@cityweb.co.za>)
Ответы Re: Transaction commit in a trigger function  ("Henka" <henka@cityweb.co.za>)
Список pgsql-general

> I can't wrap BEGIN/COMMIT around the INSERT in the trigger.  Is there
> another way of achieving this?

    - Savepoints (won't work with your trigger approach)
    - dblink would allow you to open another connection concurrently

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

Предыдущее
От: Hannes Dorbath
Дата:
Сообщение: Re: Fault Tolerant Postgresql (two machines, two postmasters, one disk array)
Следующее
От: Andreas
Дата:
Сообщение: Admin-Functions in Ubuntu's PG 8.2 missing?