Inhterit fix - Mailing list pgsql-hackers

From Bruce Momjian
Subject Inhterit fix
Date
Msg-id 200001170245.VAA03708@candle.pha.pa.us
Whole thread Raw
Responses Re: Inhterit fix
List pgsql-hackers
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]
 

--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] hybrid hash, cont. of development suggestion needed
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] pg_dump not in very good shape