Re: changing data type
D. Duccini <duccini@backpack.com>
From: "D. Duccini" <duccini@backpack.com>
To: Chris <csmith@squiz.net>
Cc: pgsql-novice@hub.org
Date: 2000-10-19T05:35:24Z
Lists: pgsql-novice
can't do it (in 6.x) the best you can do is alter table rename column1 to oldcolumn1 alter table add column1 attr type; then insert into it from the old one alternately, dump the data out, and reload into your new table On Thu, 19 Oct 2000, Chris wrote: > Hi all, > > I tried to do a search for this, but couldn't find anything. > How do I change a datatype in postgres? > eg, change a column from being "text" to "varchar". > > Thanks > ------------------------ > Chris Smith > http://www.squiz.net > ----------------------------------------------------------------------------- david@backpack.com BackPack Software, Inc. www.backpack.com +1 651.645.7550 voice "Life is an Adventure. +1 651.645.9798 fax Don't forget your BackPack!" -----------------------------------------------------------------------------