pgsql/src/backend/parser (analyze.c gram.y keywords.c scan.l)

From: Thomas Lockhart <thomas>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/parser (analyze.c gram.y keywords.c scan.l)
Date: 2000-07-14 15:43:33
Message-ID: 200007141543.e6EFhXa21519@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Friday, July 14, 2000 @ 11:43:32
Author: thomas

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
from hub.org:/home/projects/pgsql/developers/thomas/CURRENT/pgsql/src/backend/parser

Modified Files:
analyze.c gram.y keywords.c scan.l

----------------------------- 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.

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Lockhart 2000-07-14 15:43:49 pgsql/src/backend/utils/misc (guc.c)
Previous Message Thomas Lockhart 2000-07-14 15:35:45 pgsql/src/backend/commands (variable.c)