Changing column question.. - Mailing list pgsql-general

From Williams, Travis L, NPONS
Subject Changing column question..
Date
Msg-id AB815D267EC31A4693CC24D234F82916032DEA8C@ACCLUST02EVS1.ugd.att.com
Whole thread Raw
Responses Re: Changing column question..  (Neil Conway <neilc@samurai.com>)
List pgsql-general
I just want to make sure that from what I understand I can not change a column type from varchar(20) to text or
anythingelse without dropping the table.  From my reading would the easies thing to do be to create a temp table
exactlyidentical to my current table.. copy all of the information over from one table to another.. (is there an easy
SQLcommand to do this.. I've done from one column in table a to one column in table b.. but never the whole table).
Dropmy old table.. recreate it in the new format.. then copy all of my information back? 

Also,
    Where can you decide/change postgresql's behavior on dealing with trying to put too much information in a column
witha type of varchar(20).. I want it to insert everything up to 20 chars then drop the rest.. currently it dies with
anerror about trying to put in to much information.. 

Travis

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: does version have large file support
Next
From: Neil Conway
Date:
Subject: Re: Changing column question..