Re: How to alter the size of a column

Michael Talbot-Wilson <mtw@birdseye.view.net.au>

From: Michael Talbot-Wilson <mtw@birdseye.view.net.au>
To:
Cc: pgsql-general@postgresql.org
Date: 2000-08-01T04:14:43Z
Lists: pgsql-general
>      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 ?

I would also like to know how to do both of these things.