Re: alter table performance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: alter table performance
Дата
Msg-id 24326.1261089963@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: alter table performance  (Thomas Kellerer <spam_eater@gmx.net>)
Ответы Re: alter table performance  (Antonio Goméz Soto<antonio.gomez.soto@gmail.com>)
Re: alter table performance  (Antonio Goméz Soto<antonio.gomez.soto@gmail.com>)
Список pgsql-general
Thomas Kellerer <spam_eater@gmx.net> writes:
> What's wrong with:
> alter table person add column address varchar(64) not null default '';

This:

regression=# alter table person add column address varchar(64) not null default '';
ERROR:  Adding columns with defaults is not implemented.
        Add the column, then use ALTER TABLE SET DEFAULT.
regression=# \q

This is just one of many many things that could be improved by getting
off of 7.3.  In general, complaining about performance (or features)
of a seven-year-old, long since EOL'd release is not a productive use of
anybody's time.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: feature request: create table with unique constraint
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Installing PL/pgSQL by default