Обсуждение: Key word table update for SQL:2008

Поиск
Список
Период
Сортировка

Key word table update for SQL:2008

От
Peter Eisentraut
Дата:
I was planning to update the key words table
(http://developer.postgresql.org/pgdocs/postgres/sql-keywords-appendix.html)
for SQL:2008 and was wondering whether there is interest in keeping the
SQL-92 through SQL:2003 columns.  It might look a bit overloaded then.

Comments?

Re: Key word table update for SQL:2008

От
Tom Lane
Дата:
Peter Eisentraut <peter_e@gmx.net> writes:
> I was planning to update the key words table
> (http://developer.postgresql.org/pgdocs/postgres/sql-keywords-appendix.html)
> for SQL:2008 and was wondering whether there is interest in keeping the
> SQL-92 through SQL:2003 columns.  It might look a bit overloaded then.

> Comments?

Perhaps the most useful thing would be to keep SQL-92 and latest, so
as to show the "full range" in what's been reserved or not in different
spec revisions.

            regards, tom lane