Re: SQL99 feature list

From: Thomas Lockhart <lockhart(at)fourpalms(dot)org>
To: Hannu Krosing <hannu(at)tm(dot)ee>
Cc: PostgreSQL Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SQL99 feature list
Date: 2002-06-19 14:42:43
Message-ID: 3D109863.778D4D03@fourpalms.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> It seems like a little more powerful version of PGs INHERITS

What makes it "more powerful"? I'd guess that it is an attribute copy
rather than a declaration of inheritance and could be based on our
existing "create table as" feature.

...
> I can see some features that are not listed in neither of your feature
> lists, like
> * ON COMMIT <table commit action> ROWS
> * <subtable clause> ::= UNDER <supertable clause>

Hmm. I worked from the SQL99 draft document we have found on the web.
Hopefully the list is not completely orthogonal to the released
standard; it took several hours to transform the list and to look
through it for a first cut :(

- Thomas

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Luis Alberto Amigo Navarro 2002-06-19 15:13:21 multithreaded postgres status?
Previous Message Tom Lane 2002-06-19 14:25:00 Re: SetQuerySnapshot, once again