Re: Inhterit fix

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: Inhterit fix
Date: 2000-01-17 03:23:03
Message-ID: 7488.948079383@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Tom, does your inherit pass constraints fix apply to anything on the
> TODO list, like:

> * Unique index on base column not honored on inserts from inherited table
> INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
> [inherit]

No; that was a fix for something that did work in 6.5, but I had
unknowingly broken it :-(.

I guess what the above TODO item is complaining about is that indexes
on a parent table are not duplicated for the child table. That should
happen, I suppose, but it'll take an all-new chunk of code.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-01-17 03:46:34 Getting rid of setheapoverride (was Re: [COMMITTERS] heap.c)
Previous Message Tom Lane 2000-01-17 03:02:00 Re: [HACKERS] pg_dump not in very good shape