Re: Documenting MERGE INTO ONLY ...

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Documenting MERGE INTO ONLY ...
Дата
Msg-id 20221209100227.7nglmpx2pha4rghu@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: Documenting MERGE INTO ONLY ...  (Nathan Bossart <nathandbossart@gmail.com>)
Ответы Re: Documenting MERGE INTO ONLY ...  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Список pgsql-hackers
On 2022-Dec-08, Nathan Bossart wrote:

> 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.

LGTM2.

> I didn't see any tests for this in merge.sql or inherit.sql.  Do you
> think we should add some?

Ouch!  We should definitely have some.

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/



В списке pgsql-hackers по дате отправления:

Предыдущее
От: John Naylor
Дата:
Сообщение: Re: static assert cleanup
Следующее
От: Dean Rasheed
Дата:
Сообщение: Re: Documenting MERGE INTO ONLY ...