UPDATE using sub selects

From: NikhilS <nikkhils(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: UPDATE using sub selects
Date: 2007-03-15 06:06:43
Message-ID: d3c4af540703142306t4d838964ob317fd66df93c803@mail.gmail.com
Views: Raw Message | Whole Thread | 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