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

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: UPDATE ... SET (a, b, c) = (expr)
Дата
Msg-id 20090820202957.GN6261@alvh.no-ip.org
обсуждение исходный текст
Ответ на UPDATE ... SET (a, b, c) = (expr)  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: UPDATE ... SET (a, b, c) = (expr)  (Nikhil Sontakke <nikhil.sontakke@enterprisedb.com>)
Список pgsql-hackers
Alvaro Herrera wrote:

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

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: UPDATE ... SET (a, b, c) = (expr)
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: converting between netmask formats