Re: pgadmin3 column edit question

Поиск
Список
Период
Сортировка
От MaXX
Тема Re: pgadmin3 column edit question
Дата
Msg-id cvo604$15ln$1@talisker.lacave.net
обсуждение исходный текст
Ответ на pgadmin3 column edit question  (<operationsengineer1@yahoo.com>)
Список pgsql-novice
operationsengineer1@yahoo.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

В списке pgsql-novice по дате отправления:

Предыдущее
От: "Ross Gohlke"
Дата:
Сообщение: Using upper() / decode() together
Следующее
От: "Sean Davis"
Дата:
Сообщение: Re: Using upper() / decode() together