Re: ALTER TABLE TODO items

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ALTER TABLE TODO items
Дата
Msg-id 8274.1083779944@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ALTER TABLE TODO items  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: ALTER TABLE TODO items
Re: ALTER TABLE TODO items
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Wow, you can reference different column as part of the alter column.

Yeah, the USING is actually any arbitrary expression over the old table
row.  (Getting that to work was a tad tricky...)  So you can view this
as a full-table UPDATE operation that folds in possible column type changes.
        regards, tom lane


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

Предыдущее
От: Manfred Koizar
Дата:
Сообщение: Re: Multiple Xids in PGPROC?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: ALTER TABLE TODO items