Re: ALTER TABLE problems

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ALTER TABLE problems
Дата
Msg-id 22601.1050898805@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ALTER TABLE problems  (Ruslan A Dautkhanov <rusland@scn.ru>)
Список pgsql-bugs
Ruslan A Dautkhanov <rusland@scn.ru> writes:
> I had found today that when I tries to add column to a table with
> simultaneous creating foreign key for this column, no constraints
> really created with no any errors messages, but a column really
> added.

Yeah, this is a known bug in 7.3.*: ALTER TABLE ADD COLUMN fails to
process REFERENCES clauses.  There is a fix in place for 7.3.3.

            regards, tom lane

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

Предыдущее
От: Ruslan A Dautkhanov
Дата:
Сообщение: ALTER TABLE problems
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #951: Creating table fails if inherited table has no columns.