Re: MERGE Specification

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: MERGE Specification
Дата
Msg-id 1208820255.4259.907.camel@ebony.site
обсуждение исходный текст
Ответ на Re: MERGE Specification  ("A.M." <agentm@themactionfaction.com>)
Ответы Re: MERGE Specification  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: MERGE Specification  (Hannu Krosing <hannu@krosing.net>)
Список pgsql-hackers
On Mon, 2008-04-21 at 16:38 -0400, A.M. wrote:

> "MERGE will not invoke Rules." Does this imply that MERGE cannot be  
> used on views or that the resulting INSERTs or UPDATEs do not work on  
> views?

Yes, that's right. Just like COPY. That seems fine to me because you're
likely to be doing a MERGE immediately after a COPY anyway, so the
restriction just continues.

Rules for Insert, Update and Delete are almost identical to the way
MERGE works anyway, so there's no particular loss of functionality. That
was why I co-opted the ability to DO NOTHING in a WHEN clause from the
way PostgreSQL Rules work.

I'm not taking any explicit decisions to exclude them permanently. I do
think its possible that we could support them and possibly very cheaply,
but I wouldn't make any promises initially.

--  Simon Riggs 2ndQuadrant  http://www.2ndQuadrant.com



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Problem with server/utils/snapmgr.h
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Problem with server/utils/snapmgr.h