Just committed some changes... - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Just committed some changes...
Date
Msg-id 396F3C64.5D4F0ADF@alumni.caltech.edu
Whole thread Raw
Responses PgAccess diagrams (was: Re: Just committed some changes...)  ("Ross J. Reedstrom" <reedstrm@rice.edu>)
List pgsql-hackers
I've committed some changes which implement a few new things.

From the CVS log:

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 COMMITand SET AutoCommit in the parser only.Need to add code to
actuallydo something.
 
Implement WITHOUT TIME ZONE type qualifier.
Define SCHEMA keyword, along with stubbed-out grammar.
Implement "[IN|INOUT|OUT] [varname] type" function argumentsin parser only; INOUT and OUT throws an elog(ERROR).
Add PATH as a type-specific token, since PATH is in SQL99to support schema resource search and resolution.

Since some of these changes involve tokens in the parser, you may need
to do a "make clean all install" to get everything sync'd. afaict this
is because we propagate a few of the gram.y token values deeper into the
backend...
                  - Thomas


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: Problem with error detection in libpq?
Next
From: Tom Lane
Date:
Subject: Index column "opt_type" slated for destruction