Re: request for sql3 compliance for the update command

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: request for sql3 compliance for the update command
Дата
Msg-id 873bsvsi1q.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: request for sql3 compliance for the update command  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: request for sql3 compliance for the update command  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> writes:

>     UPDATE totals SET
>       xmax = ss.xmax, xmin = ss.xmin, ...
>     FROM
>       (SELECT groupid, max(x) AS xmax, ... FROM details GROUP BY groupid) ss
>     WHERE groupid = ss.groupid;
> 
...
> 
> Of course this syntax isn't standard either ... but we already have it.


Did this patch ever make it in? It's not documented in the 8.0 documentation
for UPDATE at:

http://www.postgresql.org/docs/8.0/interactive/dml-update.html


-- 
greg



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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Table Partitioning, Part 1
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Patch for collation using ICU