altering column length

From: "Reshat Sabiq" <sabiq(at)purdue(dot)edu>
To: "'PGSQL Novice List'" <pgsql-novice(at)postgresql(dot)org>
Subject: altering column length
Date: 2002-12-29 13:35:26
Message-ID: 000001c2af3f$2936e8a0$c080d380@main
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I believe it is not possible yet in postreSQL, but in case it is what
would be the equivalent of the following Oracle statement (assuming
current myfield size to be 10 bytes (of type char)):
ALTER TABLE mytable MODIFY (myfield CHAR(12));

If it's currently not supported is there a way to submit an RFE?

Thanks,
r.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Alberto Caso 2002-12-29 17:08:27 Re: sequence generator programmatic invocation(preferably
Previous Message Reshat Sabiq 2002-12-29 12:11:30 sequence generator programmatic invocation (preferably JDBC)