How to alter the size of a column - Mailing list pgsql-general

From Cheng Kai
Subject How to alter the size of a column
Date
Msg-id 002301bffb6a$63dcc0a0$9b0210ac@cembaro
Whole thread Raw
In response to Replication options in Postgres  (Erich <hh@cyberpass.net>)
Responses 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>)
List 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 by date:

Previous
From: Ian Turner
Date:
Subject: Re: Replication options in Postgres
Next
From: Michael Talbot-Wilson
Date:
Subject: Re: How to alter the size of a column