support for atomic multi-table updates? - Mailing list pgsql-novice

From Steve Aulenbach
Subject support for atomic multi-table updates?
Date
Msg-id 3CC6F1AA.BCA5EBEC@ucar.edu
Whole thread Raw
Responses Re: support for atomic multi-table updates?  ("Joshua b. Jore" <josh@greentechnologist.org>)
List 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 by date:

Previous
From: John Taylor
Date:
Subject: Re: performance problems with subselects
Next
From: "Joshua b. Jore"
Date:
Subject: Re: support for atomic multi-table updates?