postgresql/src/test
Tom Lane 2fb6cc9045 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.
2001-01-05 06:34:23 +00:00
..
bench Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
examples Add some modicum of error detection... 2000-10-24 00:08:02 +00:00
locale Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
mb Remove configure check for how to abbreviate 'tr A-Z a-z', and instead 2000-05-16 02:14:15 +00:00
performance Remove more -B parameters not needed. 1999-05-23 19:01:18 +00:00
regress Remove not-really-standard implementation of CREATE TABLE's UNDER clause, 2001-01-05 06:34:23 +00:00
Makefile New unified regression test driver, test/regress makefile cleanup, 2000-09-29 17:17:41 +00:00