postgresql/src/bin/psql
Bruce Momjian 982c695fbd The attached patch corrects two problems with autoconfiguration of
psql in Postgres 6.3.2.  Both of these problems were complained of
recently in pgsql-questions:

1. In the right circumstances, psql.c will fail to compile due to
trying
   to include a nonexistent <history.h>.  (Thread "Compile-time
   error" around 17 Apr 98.) 2. In other circumstances, psql will
compile but does not provide
   command history capability, even though the underlying readline
   library supports it.  (Various threads, most recently "query
   repetition in psql" around 29 Apr.)

Tom Lane
1998-05-12 23:05:12 +00:00
..
Makefile.in DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
psql.c The attached patch corrects two problems with autoconfiguration of 1998-05-12 23:05:12 +00:00
psqlHelp.h documentation for HAVING, clean up UNION comment. 1998-03-30 19:05:10 +00:00
stringutils.c pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
stringutils.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00