Re: SQL99 - Nested Tables

From: David Fetter <david(at)fetter(dot)org>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: SQL99 - Nested Tables
Date: 2005-07-08 00:22:52
Message-ID: 20050708002252.GA28966@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 07, 2005 at 05:14:27PM -0700, Josh Berkus wrote:
> David,
>
> >Nested tables is a Good Thing(TM) though :)
>
> Hmmm. I don't buy that they are an a priori Good Thing. What are
> they good for? I can't think of a single occasion in my 12-year
> database career where I found myself wanting one.

If they'd been available when you started, you might find them
indispensable. :)

> Seems to me that, SQL standard or not, nested tables are just a
> jumbo-sized foot gun for new DBAs.

There are quite a few things in PostgreSQL than have already been
implemented which can serve this function. Ask a new DBA what she
expects table inheritance to do or not to do, for example.

> And it's not like they'll be trivial to implement.

Probably not, but implementing them will very likely open the door to
implementing other parts of the SQL standard that really are fun. :)

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!

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Koichi Suzuki 2005-07-08 00:36:10 Re: A couple of patches for PostgreSQL 64bit support
Previous Message Josh Berkus 2005-07-08 00:14:27 Re: SQL99 - Nested Tables