Re: Making a varchar bigger

Поиск
Список
Период
Сортировка
От Derik Barclay
Тема Re: Making a varchar bigger
Дата
Msg-id 200412310838.28196.dbarclay@givex.com
обсуждение исходный текст
Ответ на Re: Making a varchar bigger  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Making a varchar bigger
Список pgsql-general
It is combined with another field to form an index.
Does that mean a re-indexing will be required? or are there other issues?

On December 30, 2004 11:03 pm, Tom Lane wrote:
> Derik Barclay <dbarclay@givex.com> writes:
> > Specificaly I am looking at executing something like this:
> > UPDATE pg_attribute SET atttypmod = 16 where attname = 'x' AND attrelid =
> > (select pg_class.oid from pg_class where relname = 'mytable');
>
> If you have any indexes or views referencing this column, then it's a
> bit harder.  But for the table itself I believe that will work.
>
>    regards, tom lane

--
Givex - http://www.givex.com/
Derik Barclay <dbarclay@givex.com>, Systems Software Engineer
+1 416 350 9660
+1 416 250 9661 (fax)

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

Предыдущее
От: Clodoaldo Pinto
Дата:
Сообщение: Re: Postgresql website issues.
Следующее
От: Eric Scott
Дата:
Сообщение: Can't change password?