Re: OOP real life example (was Re: Why is MySQL more

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Curt Sampson <cjs(at)cynic(dot)net>
Cc: Don Baccus <dhogaza(at)pacifier(dot)com>, Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>, Greg Copeland <greg(at)CopelandConsulting(dot)Net>, PostgresSQL Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: OOP real life example (was Re: Why is MySQL more
Date: 2002-08-14 04:42:09
Message-ID: 200208140442.g7E4g9G28615@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Curt Sampson wrote:
> On Tue, 13 Aug 2002, Bruce Momjian wrote:
>
> > Yea, you have to question what value the discussion has, really. We
> > have users of inheritance that like it. If we can get a TODO item out
> > of the disucssion, great, but there doesn't seem to be any direction of
> > where the discussion is heading.
>
> Summary:
>
> 1. The current implementation is broken.
>
> 2. We have no proper description of how a "fixed" implementation
> should work.
>
> 3. It's hard to fix the current implementation without such a
> description.
>
> 4. Thus, we are in other messages here trying to work out the
> model and come up with such a description.
>
> 5. The people working this out at the moment appear to be me,
> Greg Copeland and Hannu Krosing.

OK, great summary. Isn't the bottom-line issue the limitation of not
being able to create an index that spans tables? Is there any way to
implement that? We have sequences that can span tables. Can that help
us?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-08-14 04:42:25 Re: LWLockAcquire problems
Previous Message Bruce Momjian 2002-08-14 04:40:27 Re: Temporary Views