aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pgaccess/lib/help/inheritance.hlp
Commit message (Collapse)AuthorAge
* Remove pgaccess from CVS. It has its own home now.Bruce Momjian2002-08-30
|
* Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane2001-01-05
| | | | | | | | | | | 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.
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-09
|
* Add 0.98.Bruce Momjian1999-10-30
|
* Remove 0.96 for update to 0.98Bruce Momjian1999-10-30
|
* bring it all into -current againMarc G. Fournier1999-09-20