update syntax - Mailing list pgsql-hackers

From ramirez@idconcepts.org (Edwin S. Ramirez)
Subject update syntax
Date
Msg-id 8d9c3e20.0401161206.4897ba04@posting.google.com
Whole thread Raw
List 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-


pgsql-hackers by date:

Previous
From: Eric Ridge
Date:
Subject: Re: User Defined Functions/AM's inherently slow?
Next
From: Reinoud van Leeuwen
Date:
Subject: Re: cache control?