Re: alter the column type

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: alter the column type
Дата
Msg-id 3A7F82E7.EEC10B87@alumni.caltech.edu
обсуждение исходный текст
Ответ на alter the column type  (anson <anson_tsai@sina.com>)
Список pgsql-hackers
> i would like to alter the column type which has exist in
> the table, i can't find anything about that, can anybody help me?

To effectively alter the type of a column, you must do a "create
table"/"insert into"/"create table as" combination to make an
intermediate temporary table with the correct type (of course, other
permutations of commands can give the desired result also).
                    - Thomas


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: How to modify type in table?
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: Parallel queries