Re: How to increase Column width of table

Поиск
Список
Период
Сортировка
От Christoph Haller
Тема Re: How to increase Column width of table
Дата
Msg-id 3E816001.90019E7A@rodos.fzk.de
обсуждение исходный текст
Список pgsql-sql
>
> http://fts.postgresql.org/db/mw/msg.html?mid=1071582
>
resp.
>
> You can rename your old column, create a new column varchar(100),
update
> ... set newCol=oldCol, drop oldCol and rename newCol to oldCol
> See ALTER TABLE doc for this.
>
Ok, this is the accurate solution to minimize side effects.
Thanks to Robert and Andreas for pointing this out.

Regards, Christoph



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

Предыдущее
От: Karel Zak
Дата:
Сообщение: Re: Does anyone use TO_CHAR(INTERVAL)?
Следующее
От: Tomasz Myrta
Дата:
Сообщение: Re: Does anyone use TO_CHAR(INTERVAL)?