support for atomic multi-table updates?

From: Steve Aulenbach <aulenbac(at)ucar(dot)edu>
To: pgsql-novice(at)postgresql(dot)org
Subject: support for atomic multi-table updates?
Date: 2002-04-24 17:55:54
Message-ID: 3CC6F1AA.BCA5EBEC@ucar.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Joshua b. Jore 2002-04-24 18:23:25 Re: support for atomic multi-table updates?
Previous Message Alain Chamoux 2002-04-24 16:13:44 PostgreSQL under Windows - Misc.