Re: UPDATE ... SET (a, b, c) = (expr)

Поиск
Список
Период
Сортировка
От Nikhil Sontakke
Тема Re: UPDATE ... SET (a, b, c) = (expr)
Дата
Msg-id a301bfd90908202258p5a03625aue15a6ccc28b3e9f1@mail.gmail.com
обсуждение исходный текст
Ответ на Re: UPDATE ... SET (a, b, c) = (expr)  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Hi Alvaro,

>
>> But then there's the matter of how to represent it from the grammar
>> inwards.  At first I thought of creating a new parse node type, say
>> MultiResTarget that would replace ResTarget in UpdateStmt, and get it
>> from there into the optimizer and executor.
>
> Hmm, I should be passing it as a Query node, right?
>

I had (rather unsuccessfully) tried my hands on this same TODO a while
back. Here is what Tom had to say about my approach:

http://www.nabble.com/UPDATE-using-sub-selects-td9935249.html#a16108043

Also attached is the discussion on hackers to provide some more context:
http://www.nabble.com/UPDATE-using-sub-selects-td9489091.html
Might not be a big help, but just wanted to mention it here..

Regards,
Nikhils
--
http://www.enterprisedb.com


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

Предыдущее
От: Brendan Jurd
Дата:
Сообщение: Re: WIP: generalized index constraints
Следующее
От: Jeff Janes
Дата:
Сообщение: XLogFlush