pgsql/src/include/nodes (parsenodes.h)

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/include/nodes (parsenodes.h)
Дата
Msg-id 200101050634.f056YLx80285@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Friday, January  5, 2001 @ 01:34:21
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/nodes
     from hub.org:/home/projects/pgsql/tmp/cvs-serv80181/src/include/nodes

Modified Files:
    parsenodes.h

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

Remove not-really-standard implementation of CREATE TABLE's UNDER clause,
and revert documentation to describe the existing INHERITS clause
instead, per recent discussion in pghackers.  Also fix implementation
of SQL_inheritance SET variable: it is not cool to look at this var
during the initial parsing phase, only during parse_analyze().  See
recent bug report concerning misinterpretation of date constants just
after a SET TIMEZONE command.  gram.y really has to be an invariant
transformation of the query string to a raw parsetree; anything that
can vary with time must be done during parse analysis.


В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/backend/nodes (copyfuncs.c equalfuncs.c)
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/doc/src/sgml/ref (alter_table.sgml create_table.sgml)