Re: pgadmin3 column edit question

From: MaXX <bs139412(at)skynet(dot)be>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: pgadmin3 column edit question
Date: 2005-02-25 21:40:23
Message-ID: cvo604$15ln$1@talisker.lacave.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

operationsengineer1(at)yahoo(dot)com wrote:

> is there a way to change the data type in pgadmin3 w/o
> having to recreate the column?
>
> i want to avoid recreating the column b/c it then
> messes up my column order.
hi,
you can try with CREATE TABLE AS
(http://www.postgresql.org/docs/7.4/static/sql-createtableas.html) in the
SQL editor and then rename the table, You can re-order and change the type
of your columns as you want without loosing your existing values...

HTH
--
MaXX

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Oisin Glynn 2005-02-25 22:16:47 Re: pgadmin3 column edit question
Previous Message operationsengineer1 2005-02-25 20:24:57 pgadmin3 column edit question