pgsql/src/test/regress/sql (comments.sql) - Mailing list pgsql-committers

From Thomas Lockhart
Subject pgsql/src/test/regress/sql (comments.sql)
Date
Msg-id 200007141544.e6EFi0d21662@hub.org
Whole thread Raw
List pgsql-committers
  Date: Friday, July 14, 2000 @ 11:43:59
Author: thomas

Update of /home/projects/pgsql/cvsroot/pgsql/src/test/regress/sql
     from hub.org:/home/projects/pgsql/developers/thomas/CURRENT/pgsql/src/test/regress/sql

Modified Files:
    comments.sql

-----------------------------  Log Message  -----------------------------

Implement nested block comments in the backend and in psql.
 Include updates for the comment.sql regression test.
Implement SET SESSION CHARACTERISTICS and SET DefaultXactIsoLevel.
Implement SET SESSION CHARACTERISTICS TRANSACTION COMMIT
 and SET AutoCommit in the parser only.
 Need to add code to actually do something.
Implement WITHOUT TIME ZONE type qualifier.
Define SCHEMA keyword, along with stubbed-out grammar.
Implement "[IN|INOUT|OUT] [varname] type" function arguments
 in parser only; INOUT and OUT throws an elog(ERROR).
Add PATH as a type-specific token, since PATH is in SQL99
 to support schema resource search and resolution.


pgsql-committers by date:

Previous
From: Thomas Lockhart
Date:
Subject: pgsql/src/test/regress/expected (comments.out)
Next
From: Thomas Lockhart
Date:
Subject: pgsql/doc/src/sgml (release.sgml)