postgresql/src/bin
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
..
initdb Correct path where to check for password file existance. 2001-01-04 17:25:09 +00:00
initlocation Advertise --help (rather than '-?') as help option (problems with csh). 2000-11-25 19:05:44 +00:00
ipcclean Make sure shell scripts send error messages to stderr. 2000-11-11 22:59:48 +00:00
pg_config Make sure shell scripts send error messages to stderr. 2000-11-11 22:59:48 +00:00
pg_ctl Imporve messages. 2000-12-30 06:10:43 +00:00
pg_dump pg_dump failed to handle backslashes embedded in function definitions 2001-01-04 01:23:47 +00:00
pg_encoding Make all commands that link a program look like 2000-11-30 20:36:13 +00:00
pg_id Make all commands that link a program look like 2000-11-30 20:36:13 +00:00
pg_passwd Ensure that all uses of <ctype.h> functions are applied to unsigned-char 2000-12-03 20:45:40 +00:00
pgaccess Remove not-really-standard implementation of CREATE TABLE's UNDER clause, 2001-01-05 06:34:23 +00:00
pgtclsh Make all commands that link a program look like 2000-11-30 20:36:13 +00:00
psql Remove incorrect use of rl_special_prefixes until further evaluation. 2000-12-31 11:57:58 +00:00
scripts Advertise --help (rather than '-?') as help option (problems with csh). 2000-11-25 19:05:44 +00:00
Makefile Rename pg-config to pg_config to be consistent with other pg commands. 2000-10-10 22:01:55 +00:00