update syntax

From: ramirez(at)idconcepts(dot)org (Edwin S(dot) Ramirez)
To: pgsql-hackers(at)postgresql(dot)org
Subject: update syntax
Date: 2004-01-16 20:06:09
Message-ID: 8d9c3e20.0401161206.4897ba04@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

Are update statements like:

update t1 set (f1, f2, f3) = (select t1, t2, t3 from tab1 where id=5) where id=3

standard. Any hope of supporting this in Postgres?

-Edwin S. Ramirez-

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Kirkwood 2004-01-16 21:25:00 Re: FYI , Intel CC and PostgreSQL , benchmark by pgsql
Previous Message Tom Lane 2004-01-16 18:44:00 Re: Missed bet in toaster routines