alter table alter column to resize a varchar

Поиск
Список
Период
Сортировка
От Gary Stainburn
Тема alter table alter column to resize a varchar
Дата
Msg-id 201209271023.57710.gary.stainburn@ringways.co.uk
обсуждение исходный текст
Ответы Re: alter table alter column to resize a varchar  (Craig James <cjames@emolecules.com>)
Список pgsql-admin
Hi folks.

I'm planning on extending a field in one of my main tables using:

alter table stock alter column type varchar(255);

to extend it from the current varchar(80).  My concern is that this table and
this field is used in a number of views, and views of views.

Are then any gotchas that I need to worry about or things I need to check, or
will it just work?

Gary
--
Gary Stainburn
Group I.T. Manager
Ringways Garages
http://www.ringways.co.uk


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Debian Squeeze - no xml support for Pg 9.2
Следующее
От: Craig James
Дата:
Сообщение: Re: alter table alter column to resize a varchar