Re: I find a bug (IMHO)

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: I find a bug (IMHO)
Дата
Msg-id 200402112204.i1BM4Wc20457@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: I find a bug (IMHO)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Tom Lane wrote:
> 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.

Added to TODO:

        o Disallow dropping of an inherited constraint

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1080: Ref #1045 resolved
Следующее
От: Sh A Guru Prasad
Дата:
Сообщение: socket error while creating database in windows98