altering column length - Mailing list pgsql-novice

From Reshat Sabiq
Subject altering column length
Date
Msg-id 000001c2af3f$2936e8a0$c080d380@main
Whole thread Raw
In response to sequence generator programmatic invocation (preferably JDBC)  ("Reshat Sabiq" <sabiq@purdue.edu>)
Responses Re: altering column length
List 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.



pgsql-novice by date:

Previous
From: "Reshat Sabiq"
Date:
Subject: sequence generator programmatic invocation (preferably JDBC)
Next
From: Alberto Caso
Date:
Subject: Re: sequence generator programmatic invocation(preferably