changing varchar limits

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема changing varchar limits
Дата
Msg-id 200208011411.41750.list-pgsql-general@empires.org
обсуждение исходный текст
Ответы Re: changing varchar limits  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-general
What's the easiest way to change the allowable length of a varchar attribute?

I looked in pg_attribute and noticed that the allowable length of the varchar
(+4 bytes for the actual length, presumably) was the atttypemod attribute of
the pg_attribute relation. Is it safe to change that? I would of course need
to be a superuser.

Regards,
    Jeff

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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: Referential integrity doesn't work?
Следующее
От: "Yuriy S. Polyakov"
Дата:
Сообщение: _return double dimension array (table) from PLpgSQL procedure