UPDATE using sub selects

From: NikhilS
To: pgsql-hackers(at)postgresql(dot)org
Subject: UPDATE using sub selects
Date: 2007-03-15 06:06:43
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I have coded up a patch which solves the following TODO. I will submit a
patch for this soon:

- UPDATE
- Allow UPDATE tab SET ROW (col, ...) = (SELECT...)

http://archives.postgresql.org/pgsql-hackers/2006-07/msg01306.php

The question is that since this enhances the UPDATE syntax, what changes and
where all they need to be made with respect to the documentation?

Regards,
Nikhils
--
EnterpriseDB http://www.enterprisedb.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-03-15 06:32:55 Re: UPDATE using sub selects
Previous Message Tom Lane 2007-03-15 05:40:54 Re: Backend crash in 8.2.3 with plpgsql function