Key word table update for SQL:2008

Started by Peter Eisentrautover 17 years ago2 messagesdocs
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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?

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#1)
Re: Key word table update for SQL:2008

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