Is it possible to alter a table to resize a varchar column? The PG docs
indicate lots of uses for "alter table T alter column C..." but not one
that allows the changing of the type (or same type, new size).
This is possible in Oracle (provided you are increasing the column size).
Is there a way to resize the column without having to drop or recreate the
table or column?
Thanks
John Sidney-Woollett