Just committed some changes...

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Just committed some changes...
Дата
Msg-id 396F3C64.5D4F0ADF@alumni.caltech.edu
обсуждение исходный текст
Ответы PgAccess diagrams (was: Re: Just committed some changes...)
Список 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 по дате отправления:

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: Problem with error detection in libpq?
Следующее
От: Tom Lane
Дата:
Сообщение: Index column "opt_type" slated for destruction