Re: Increasing Table Column Size in 7.0 Syntax

Поиск
Список
Период
Сортировка
От oberpwd@anubis.network.com (Wade D. Oberpriller)
Тема Re: Increasing Table Column Size in 7.0 Syntax
Дата
Msg-id 200011011753.LAA04213@truck.network.com
обсуждение исходный текст
Ответ на Increasing Table Column Size in 7.0 Syntax  ("J. Atwood" <jatwood@bwanazulia.com>)
Список pgsql-general
This requires you to change NAMEDATALEN in src/include/postgres_ext.h.

Note this requires a recompile, initdb, createdb, etc.

Also note that databases with different NAMEDATALEN's can't interoperate.

Wade
>
> Hello,
>
> Looking at the docs for pgsql I have only found stuff on altering a table
> for default and renaming a column but nothing on changing the size. I want
> to increase the size of a field from 2048 to 4096.
>
> What is the syntax for this?
>
> Thanks,
> J
>
>


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

Предыдущее
От: Igor Roboul
Дата:
Сообщение: Re: Increasing Table Column Size in 7.0 Syntax
Следующее
От: Richard Poole
Дата:
Сообщение: Re: Newbie Question