Re: Converting char to varchar automatically

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Converting char to varchar automatically
Дата
Msg-id 27509.1412637631@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Converting char to varchar automatically  (Melvin Davidson <melvin6925@gmail.com>)
Ответы Re: Converting char to varchar automatically  (Sergey Konoplev <gray.ru@gmail.com>)
Список pgsql-general
Melvin Davidson <melvin6925@gmail.com> writes:
> Also, don't forget to test for relkind = 'r'. My bad from before.

In principle you need to ignore attisdropped columns as well.

Thinking about Jim's point about speed: it'd be wise to collapse any
updates for multiple columns in the same table into one ALTER command,
so that you only rewrite the table once, not once per column.

            regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Converting char to varchar automatically
Следующее
От: Tim Mickelson
Дата:
Сообщение: Re: Really strange foreign key constraint problem blocking delete