Re: inheritance question 2/ref integrity

From: Chris <chris(at)bitmead(dot)com>
To: Alex Pilosov <alex(at)pilosoft(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: inheritance question 2/ref integrity
Date: 2000-10-08 10:56:40
Message-ID: 39E052E8.A9460471@bitmead.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


The referential integrity doesn't work properly with inheritance I
think. It would be nice if it was fixed to work with inheritance but
that would probably also need inheritable indexes to work (?? I don't
know how much ref integrity relies on having an index in place).

Alex Pilosov wrote:
>
> Can I do following?
>
> create table foo (
> x int4 references bar*
> )
>
> Or, since 7.1 will have bar* as default for bar, will using 'references
> bar' do what I want?
>
> -alex

--
Chris Bitmead
mailto:chris(at)bitmead(dot)com
http://www.techphoto.org - Photography News, Stuff that Matters

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-10-08 17:37:45 Re: Suggested change in include/utils/elog.h
Previous Message Chris 2000-10-08 10:54:21 Re: inheritance/oid questions