Add LOCALTIME and LOCALTIMESTAMP functions per SQL99 standard.

Thomas G. Lockhart <lockhart@fourpalms.org>

Commit: 133df7ce70749156a6115ef49ef7d52e0c584adc
Author: Thomas G. Lockhart <lockhart@fourpalms.org>
Date: 2002-06-15T03:00:09Z
Releases: 7.3.1
Add LOCALTIME and LOCALTIMESTAMP functions per SQL99 standard.
Remove ODBC-compatible empty parentheses from calls to SQL99 functions
 for which these parentheses do not match the standard.
Update the ODBC driver to ensure compatibility with the ODBC standard
 for these functions (e.g. CURRENT_TIMESTAMP, CURRENT_USER, etc).
Include a new appendix in the User's Guide which lists the labeled features
 for SQL99 (the labeled features replaced the "basic", "intermediate",
 and "advanced" categories from SQL92). features.sgml does not yet split
 this list into "supported" and "unsupported" lists.

Files

PathChange+/−
doc/src/sgml/features.sgml added +1811 −0
doc/src/sgml/filelist.sgml modified +3 −2
doc/src/sgml/func.sgml modified +52 −34
doc/src/sgml/user.sgml modified +2 −1
src/backend/parser/gram.y modified +97 −12
src/backend/parser/keywords.c modified +3 −1
src/interfaces/odbc/convert.c modified +2 −0