pgsql/doc/src/sgml/ref (alter_table.sgml create_table.sgml)

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/doc/src/sgml/ref (alter_table.sgml create_table.sgml)
Date: 2001-01-05 06:34:17
Message-ID: 200101050634.f056YHt80224@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Friday, January 5, 2001 @ 01:34:16
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/ref
from hub.org:/home/projects/pgsql/tmp/cvs-serv80181/doc/src/sgml/ref

Modified Files:
alter_table.sgml create_table.sgml

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

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-01-05 06:34:18 pgsql/src/backend/nodes (copyfuncs.c equalfuncs.c)
Previous Message tgl 2001-01-05 06:34:16 pgsql/doc/src/sgml (advanced.sgml inherit.sgml)