pgsql/ oc/src/sgml/filelist.sgml oc/src/sgml/f ...

From: thomas(at)postgresql(dot)org (Thomas Lockhart)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ oc/src/sgml/filelist.sgml oc/src/sgml/f ...
Date: 2002-06-15 03:00:09
Message-ID: 20020615030009.37D0947595E@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: thomas(at)postgresql(dot)org 02/06/14 23:00:09

Modified files:
doc/src/sgml : filelist.sgml func.sgml user.sgml
src/backend/parser: gram.y keywords.c
src/interfaces/odbc: convert.c
Added files:
doc/src/sgml : features.sgml

Log message:
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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-06-15 18:38:10 pgsql/src/backend/utils/adt Tag: REL7_2_STABLE ...
Previous Message Thomas Lockhart 2002-06-15 02:49:48 pgsql/src/backend/utils/adt regexp.c