Re: [HACKERS] inherited sequences and primary keys

From: dg(at)illustra(dot)com (David Gould)
To: mgittens(at)gits(dot)nl (Maurice Gittens)
Cc: brett(at)work(dot)chicken(dot)org, pgsql-questions(at)hub(dot)org, pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] inherited sequences and primary keys
Date: 1998-04-03 07:31:03
Message-ID: 9804030731.AA12288@hawk.illustra.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Maurice:
> IMO the current semantics for inheritance in Postgresql are broken.

It seems that way.

> I've been wanting to do something about it but I got distracted and started
> to debug some other problems in the system.
>
> I hope to get back to this some time.
>
> I personally feel that we have to make some choices:
>
> Is postgresql going to be an Object Relational dbms or is it going to
> be yet another relation dbms?
>
> When the developers make an explicite choice on this point it will be a
> Good Thing (tm).

Agreed. There are lots of pretty decent relation dbms's out there. There are
very few Object Relational dbms's. I happen to think ORDBMS is a really cool
idea and have seen some great applications done with it that a straight
up RDBMS just couldn't do. So my vote is for ORDBMS.

That said, postgresql needs to become a much better RDBMS that it currently
is.

-dg

David Gould dg(at)illustra(dot)com 510.628.3783 or 510.305.9468
Informix Software (No, really) 300 Lakeside Drive Oakland, CA 94612
- Linux. Not because it is free. Because it is better.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim B. Mikheev 1998-04-03 08:23:52 Re: [QUESTIONS] Re: [HACKERS] inherited sequences and primary keys
Previous Message David Gould 1998-04-03 07:25:16 Re: [HACKERS] Its not my fault. Its SEG's FAULT!