postgresql/src/bin
Bruce Momjian ea72cc4e11 Attached ia a patch to enable window size detection code of psql for Solaris
platform.

TIOCGWINSZ is defined as follows:

    Linux       asm/ioctls.h
    FreeBSD     sys/ttycom.h. This file is included by sys/ioctl.h.
    Solaris     sys/termios.h

This patch tells print.c to know TIOCGWINSZ on Solaris platform. Same code is
founded in src/bin/psal/common.c.

Kenji Sugita
2001-08-01 18:44:54 +00:00
..
initdb Change SQL commands embedded in the initdb script from the style 2001-07-31 01:16:09 +00:00
initlocation Add copyright mentions, per Tom Lane. 2001-02-18 18:34:02 +00:00
ipcclean I haven't tried building postgres with the Watcom compiler for 7.1 because 2001-05-24 15:53:34 +00:00
pg_config Cope with configure arguments that contain spaces. 2001-05-13 00:12:05 +00:00
pg_ctl Move export to a separate line, per Peter E. 2001-07-11 19:36:41 +00:00
pg_dump Arrange for GRANT/REVOKE on a view to be dumped at the right time, 2001-07-29 22:12:23 +00:00
pg_encoding Add checking for strtoul. SunOS4 does not have it. 2001-03-23 05:46:05 +00:00
pg_id pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
pg_passwd Add provisions for using strdup replacement in the places that still 2001-05-12 19:49:48 +00:00
pgaccess Untar copyright.html file and make good version. 2001-06-18 21:34:34 +00:00
pgtclsh We're past Postgres95 now, and I'm sure Jolly doesn't want to receive any 2001-03-14 21:03:38 +00:00
psql Attached ia a patch to enable window size detection code of psql for Solaris 2001-08-01 18:44:54 +00:00
scripts Changes from Vince Vielhaber to allow the optional clauses of CREATE 2001-07-10 22:09:29 +00:00
Makefile Add copyright mentions, per Tom Lane. 2001-02-18 18:34:02 +00:00