Re: Support UPDATE table SET(*)=... - Mailing list pgsql-hackers

From Marti Raudsepp
Subject Re: Support UPDATE table SET(*)=...
Date
Msg-id CABRT9RBSKbJuWykJ=LcEvy8iL78WtT+bvbmJWnmTK_Dx-H1oeQ@mail.gmail.com
Whole thread Raw
In response to Support UPDATE table SET(*)=...  (Atri Sharma <atri.jiit@gmail.com>)
Responses Re: Support UPDATE table SET(*)=...
List pgsql-hackers
Hi

On Wed, Oct 15, 2014 at 11:02 AM, Atri Sharma <atri.jiit@gmail.com> wrote:
> Please find attached a patch which implements support for UPDATE table1
> SET(*)=...

I presume you haven't read Tom Lane's proposal and discussion about
multiple column assignment in UPDATE:
http://www.postgresql.org/message-id/1783.1399054541@sss.pgh.pa.us
(Assigning all columns was also discussed there)

And there's a WIP patch:
http://www.postgresql.org/message-id/20930.1402931841@sss.pgh.pa.us

Regards,
Marti



pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: group locking: incomplete patch, just for discussion
Next
From: Atri Sharma
Date:
Subject: Re: Support UPDATE table SET(*)=...