Re: [HACKERS] Tutorial

From: David Fetter <david(at)fetter(dot)org>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>, Joe Conway <mail(at)joeconway(dot)com>, elein <elein(at)varlena(dot)com>, pgsql-docs(at)postgresql(dot)org
Subject: Re: [HACKERS] Tutorial
Date: 2004-07-23 18:51:46
Message-ID: 20040723185146.GV7751@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-hackers

On Fri, Jul 23, 2004 at 09:03:30AM +0200, Peter Eisentraut wrote:
> Tom Lane wrote:
> > Robert Treat <xzilla(at)users(dot)sourceforge(dot)net> writes:
> > > +1/2 (Since I don't like inheritence)
> > >
> > > IMHO we ought to try to keep the _tutorial_ free of things that
> > > are generally considered against relational design.
> >
> > Where is it written that inheritance is against relational design?
>
> I would venture that it is nowhere written that it is part of
> relational design. It is, however, unambiguously part of
> object-relational design, if that's what we're aiming for.

I see I have put my foot in it again. Please bear with me here.
Object-relational in general is not broken and is being worked on.
Custom data-types, custom aggregates, etc., etc. are working just
great, and lots of people use them.

What *is* broken is table inheritance, and the docs need to reflect
this.

If the parent table has a foreign key to another table foo, CASCADEing
DELETEs on foo leave ghost entries in the tables with inheritance.
Please find enclosed a repro, which demonstrates the problem on CVS
tip and 7.4.3.

Just an FYI, I first discovered this problem in a payment system.

Cheers,
D
--
David Fetter david(at)fetter(dot)org http://fetter.org/
phone: +1 510 893 6100 mobile: +1 415 235 3778

Remember to vote!

Attachment Content-Type Size
wtf.sql text/plain 950 bytes

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2004-07-23 19:31:47 Re: [HACKERS] Tutorial
Previous Message Peter Eisentraut 2004-07-23 07:03:30 Re: [HACKERS] Tutorial

Browse pgsql-hackers by date

  From Date Subject
Next Message Tony Reina 2004-07-23 18:52:14 Can I determine the server name from PGresult?
Previous Message Bruce Momjian 2004-07-23 18:45:36 Re: patch for allowing multiple -t options to pg_dump