Re: Cascade updates wait until the end of the transaction?

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Cascade updates wait until the end of the transaction?
Дата
Msg-id 20041115224713.K53414@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Cascade updates wait until the end of the transaction?  ("Thomas Berg" <tomfuture@hotmail.com>)
Список pgsql-sql
On Fri, 12 Nov 2004, Thomas Berg wrote:

> Within a function (and therefore within a transaction), if I UPDATE the
> primary key of a table, the old value remains visible in the child table
> through the end of the function.  Is this

8.0 runs immediate triggers after each statement of a function and also
forces referential actions to be treated as immediate and as such should
change the behavior mentioned.



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

Предыдущее
От: "Thomas Berg"
Дата:
Сообщение: Cascade updates wait until the end of the transaction?
Следующее
От: Markus Schaber
Дата:
Сообщение: Move table between schemas