Re: Documenting MERGE INTO ONLY ...

2022-12-09 Thread Dean Rasheed
On Fri, 9 Dec 2022 at 10:02, Alvaro Herrera wrote: > > On 2022-Dec-08, Nathan Bossart wrote: > > > On Thu, Dec 08, 2022 at 03:26:52PM +, Dean Rasheed wrote: > > > While testing MERGE, I noticed that it supports inheritance > > > hierarchies and the ONLY keyword, but that isn't documented. Atta

Re: Documenting MERGE INTO ONLY ...

2022-12-09 Thread Alvaro Herrera
On 2022-Dec-08, Nathan Bossart wrote: > On Thu, Dec 08, 2022 at 03:26:52PM +, 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.s

Re: Documenting MERGE INTO ONLY ...

2022-12-08 Thread Nathan Bossart
On Thu, Dec 08, 2022 at 03:26:52PM +, 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

Documenting MERGE INTO ONLY ...

2022-12-08 Thread Dean Rasheed
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. I note that there are also a couple of places early in the manual (advanced.sgml and ddl.sgml