Re: trigger, transactions, eek

Поиск
Список
Период
Сортировка
От Manuel Sugawara
Тема Re: trigger, transactions, eek
Дата
Msg-id m38z6liaos.fsf@dep4.fciencias.unam.mx
обсуждение исходный текст
Ответ на trigger, transactions, eek  (Chris Thompson <thompson@ednet.co.uk>)
Список pgsql-novice
Chris Thompson <thompson@ednet.co.uk> writes:

> Hi,
> I'm trying to find some info on how to safely maintain 2 separate
> databases.
>
> Basically, an INSERT or UPDATE will happen the master db, and this should
> call a trigger to a cpp app that will exec the appropriate query on the
> second db.

This requires two pass commit which is not implemented in postgres and
will not be implemented in the foreseeable future. May be you should
re think your design or use Oracle :-(

Regards,
Manuel.

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

Предыдущее
От: Manuel Sugawara
Дата:
Сообщение: Re: Catching errors inside transactions
Следующее
От: gerry.smit@lombard.ca
Дата:
Сообщение: Answering my own question