Re: Documenting MERGE INTO ONLY ...
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Dean Rasheed <dean.a.rasheed@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-12-08T19:08:08Z
Lists: pgsql-hackers
On Thu, Dec 08, 2022 at 03:26:52PM +0000, Dean Rasheed wrote: > While testing MERGE, I noticed that it supports inheritance > hierarchies and the ONLY keyword, but that isn't documented. Attached > is a patch to merge.sgml, borrowing text from update.sgml and > delete.sgml. LGTM. I didn't see any tests for this in merge.sql or inherit.sql. Do you think we should add some? -- Nathan Bossart Amazon Web Services: https://aws.amazon.com
Commits
-
Update MERGE docs to mention that ONLY is supported.
- ee1c6728d8a9 15.2 landed
- 5defdef8aa05 16.0 landed