Обсуждение: Example of ALTER COLUMN TYPE with USING

Поиск
Список
Период
Сортировка

Example of ALTER COLUMN TYPE with USING

От
David Fetter
Дата:
Folks,

This patch adds an example of ALTER COLUMN TYPE with a USING clause.

Thanks to Tom Lane both for writing the feature and making sure I got
it documented right :)

Cheers,
D
--
David Fetter david@fetter.org http://fetter.org/
phone: +1 510 893 6100   mobile: +1 415 235 3778

Remember to vote!

Вложения

Re: Example of ALTER COLUMN TYPE with USING

От
Tom Lane
Дата:
David Fetter <david@fetter.org> writes:
> This patch adds an example of ALTER COLUMN TYPE with a USING clause.

Applied.

            regards, tom lane