Re: problem in modifing column datatype of a table

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: problem in modifing column datatype of a table
Дата
Msg-id 200411241622.43087.peter_e@gmx.net
обсуждение исходный текст
Ответ на problem in modifing column datatype of a table  ("Durga Prasad Mohapatra" <durgamohapatra@fastmail.fm>)
Список pgsql-general
Durga Prasad Mohapatra wrote:
>   I am newbie in postgresql.I want to modify column datatype of a
> table how can i do it.
> for example there is a column with datatype varchar, i want to change
> it to text.
> How can i.

Before 8.0: Recreate the table and copy the data.
After 8.0: ALTER TABLE

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Moving/Using Postgres Binaries on multiple machines
Следующее
От: Eric D Nielsen
Дата:
Сообщение: PostGreSQL upgrade failed (Debian Packages), need advice...