Hi can we change the size of a column in postgres. I have a table namedinstitution and column name is name varchar2(25), i want to change it tovarchar2(50). Please let me know.
--Mohan