Re: I find a bug (IMHO)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: I find a bug (IMHO)
Дата
Msg-id 11638.1074008922@sss.pgh.pa.us
обсуждение исходный текст
Ответ на I find a bug (IMHO)  (Danger Dancer <rigalkin@luch.podolsk.ru>)
Ответы Re: I find a bug (IMHO)
Список pgsql-bugs
Danger Dancer <rigalkin@luch.podolsk.ru> writes:
> #little example
> create table a (d int check (d<5));
> create table b () inherits (a);
> alter table b drop constraint "a_d";

I think the bug is that it allowed you to do this.  You should not be
able to drop an inherited constraint, any more than you can drop an
inherited column.

            regards, tom lane

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

Предыдущее
От: Danger Dancer
Дата:
Сообщение: I find a bug (IMHO)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Probably a security bug in PostgreSQL rule system