How to alter the size of a column

From: "Cheng Kai" <chengk(at)isse(dot)kuis(dot)kyoto-u(dot)ac(dot)jp>
To: <pgsql-general(at)postgresql(dot)org>
Subject: How to alter the size of a column
Date: 2000-08-01 03:41:32
Message-ID: 002301bffb6a$63dcc0a0$9b0210ac@cembaro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2000-08-01 03:41:59 Re: pg_dump & performance degradation
Previous Message Philip Warner 2000-08-01 03:06:51 Re: pg_dump & performance degradation