Re: PostgreSQL SQL92: CORRESPONDING BY

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: PostgreSQL SQL92: CORRESPONDING BY
Дата
Msg-id 3D101B9D.ACDE662E@fourpalms.org
обсуждение исходный текст
Ответ на Re: PostgreSQL SQL92: CORRESPONDING BY  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: [Fwd: [PATCHES] contrib/showguc (was Re: revised sample
Следующее
От: Bruce Momjian
Дата:
Сообщение: COPY syntax improvement