How to alter the size of a column

Поиск
Список
Период
Сортировка
От Cheng Kai
Тема How to alter the size of a column
Дата
Msg-id 002301bffb6a$63dcc0a0$9b0210ac@cembaro
обсуждение исходный текст
Ответ на Replication options in Postgres  (Erich <hh@cyberpass.net>)
Ответы Re: How to alter the size of a column  (Michael Talbot-Wilson <mtw@birdseye.view.net.au>)
Re: How to alter the size of a column  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-general
Hi,

     I want to alter the size of a column, say from char(40) to char(80),
but it seem that
the  ALTER does not support such operation, nor does it support column
removing.

     How can I do for this ?


     Thanks


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

Предыдущее
От: Ian Turner
Дата:
Сообщение: Re: Replication options in Postgres
Следующее
От: Michael Talbot-Wilson
Дата:
Сообщение: Re: How to alter the size of a column