thnx thomas, but that wasn't what i wanted.
i forgot to mention that i'm using postgre v7.4. also what i want to do is the following:
i create a table with columns e.g. name varchar(100), email varchar(50), etc. now i want to modify "name" from varchar(100) to varchar(150). how would i do that in psql 7.4?
thnx. i desperately need this to work