support for atomic multi-table updates?

Поиск
Список
Период
Сортировка
От Steve Aulenbach
Тема support for atomic multi-table updates?
Дата
Msg-id 3CC6F1AA.BCA5EBEC@ucar.edu
обсуждение исходный текст
Ответы Re: support for atomic multi-table updates?  ("Joshua b. Jore" <josh@greentechnologist.org>)
Список pgsql-novice
Hi,

Does postgreSQL support atomic multi-table updates? Something like:

update items,month set items.price=month.price where items.id=month.id;

We are considering postgreSQL for a project where we would like to be
able to do this.

Thanks,
Steve Aulenbach

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

Предыдущее
От: John Taylor
Дата:
Сообщение: Re: performance problems with subselects
Следующее
От: "Joshua b. Jore"
Дата:
Сообщение: Re: support for atomic multi-table updates?