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

From Atri Sharma
Subject Re: Support UPDATE table SET(*)=...
Date
Msg-id CAOeZVidJrde8AOFJALzfWJsfO+6U-cwTNucJUfaHK+Y7p_Ga5A@mail.gmail.com
Whole thread Raw
In response to Re: Support UPDATE table SET(*)=...  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Support UPDATE table SET(*)=...  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi all,

Sorry for the delay.

Please find attached latest version of UPDATE (*) patch.The patch implements review comments and Tom's gripe about touching transformTargetList is addressed now. I have added regression tests and simplified parser representation a bit.

Regards,

Atri
Attachment

pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: INSERT ... ON CONFLICT {UPDATE | IGNORE} 2.0
Next
From: Noah Misch
Date:
Subject: Re: assessing parallel-safety