Re: PostgreSQL SQL92: CORRESPONDING BY - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: PostgreSQL SQL92: CORRESPONDING BY
Date
Msg-id 3D101B9D.ACDE662E@fourpalms.org
Whole thread Raw
In response to Re: PostgreSQL SQL92: CORRESPONDING BY  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
> I received this via private email.  Do we want CORRESPONDING added to
> the TODO list?

Sure. Though since we now have features.sgml which has the complete set
of SQL99 itemized features we perhaps should shrink the ToDo entries
regarding SQL99 features to only one:

"Support additional SQL99 features"

Anything more specific which does not itemize all the features which we
might want to see implemented probably does not help. And carrying the
list in two places is more trouble than it is worth imho.

I've been working on separating the current single list of features into
"Supported" and "Unsupported" lists; will commit a first cut this
evening. Look in
 http://developer.postgresql.org/docs/postgres/features.html

for the most recent version available. I estimate that we have about two
thirds of the feature set implemented. I'm looking at implementing some
of them as (almost) trivial improvements or changes to our syntax; I've
got CREATE CAST... as one of the first ones to do.
                     - Thomas


pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: [Fwd: [PATCHES] contrib/showguc (was Re: revised sample
Next
From: Bruce Momjian
Date:
Subject: COPY syntax improvement