Re: character type modification

From: Michael Fuhr <mfuhr+pgsql-admin(at)fuhr(dot)org>
To: Jodi Kanter <jkanter(at)virginia(dot)edu>
Cc: Postgres Admin List <pgsql-admin(at)postgresql(dot)org>
Subject: Re: character type modification
Date: 2003-12-16 17:35:46
Message-ID: 20031216173546.GA13018@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, Dec 16, 2003 at 12:32:05PM -0500, Jodi Kanter wrote:

> Can I alter a column from character varying(128) to text without having
> to create a temp table? I am running 7.3.3.

The FAQ has a question entitled "How do you remove a column from a
table, or change its data type?":

http://www.postgresql.org/docs/faqs/FAQ.html

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Andrei Bintintan 2003-12-16 17:45:08 Re: character type modification
Previous Message Jodi Kanter 2003-12-16 17:32:05 character type modification