Re: How to alter the size of a column

From: Michael Talbot-Wilson <mtw(at)birdseye(dot)view(dot)net(dot)au>
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to alter the size of a column
Date: 2000-08-01 04:14:43
Message-ID: Pine.LNX.4.21.0008011343390.5640-100000@chameleon.view.net.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Don Baccus 2000-08-01 04:15:10 Re: pg_dump & performance degradation
Previous Message Don Baccus 2000-08-01 04:12:57 Re: pg_dump & performance degradation