Re: how to inherits the references... - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: how to inherits the references...
Date
Msg-id 20020712070009.U6410-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Re: how to inherits the references...  (frederik nietzsche <nietzsche_psql@yahoo.it>)
List pgsql-sql
On Fri, 12 Jul 2002, [iso-8859-1] frederik nietzsche wrote:

> ok, thanks for the (double: two mails ;) ) help, but
> in this way when I insert a record in a child table,
> the key must be already present in the "sigles" table,
> otherwise it breaks the reference and doesn't insert
> anything.
> In order to use this solution I must create a set of
> function that when I want to insert something in a
> child tables it automatically insert BEFORE, the sigle
> in the "sigles" table and THEN insert the values in
> the child table.

A before trigger to insert into the key table would
probably work.  Another advantage to this sort of thing
is that you could probably actually guarantee uniqueness
of your key across the entire inheritance hierarchy
which you can't otherwise.

> If this is the only way, I'm going to use it, but I'm
> not really satisfied by it...

Inheritance is only marginally useful right now.



pgsql-sql by date:

Previous
From: Jan Wieck
Date:
Subject: Re: rules / triggers on insert. why after?
Next
From: Jean-Luc Lachance
Date:
Subject: Re: SQL problem with aggregate functions.