UPDATE using sub selects - Mailing list pgsql-hackers

From NikhilS
Subject UPDATE using sub selects
Date
Msg-id d3c4af540703142306t4d838964ob317fd66df93c803@mail.gmail.com
Whole thread Raw
Responses Re: UPDATE using sub selects  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi, <br /><br />I have coded up a patch which solves the following TODO. I will submit a patch for this soon:<br /><br
/><ul><li>UPDATE<ul><li>Allow UPDATE tab SET ROW (col, ...) = (SELECT...) <p><a
href="http://archives.postgresql.org/pgsql-hackers/2006-07/msg01306.php">http://archives.postgresql.org/pgsql-hackers/2006-07/msg01306.php</a></ul></ul><br
/>Thequestion is that since this enhances the UPDATE syntax, what changes and where all they need to be made with
respectto the documentation?<br clear="all" /><br />Regards,<br />Nikhils<br />-- <br />EnterpriseDB               <a
href="http://www.enterprisedb.com">http://www.enterprisedb.com</a>

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: how to add seconds to a TimestampTz
Next
From: Tom Lane
Date:
Subject: Re: UPDATE using sub selects