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