Script started on Wed Jul 18 12:21:42 2001 $ which psql /usr/bin/psql $ ls -l `which psql` lrwxrwxrwx 1 root root 10 Jul 1 22:28 /usr/bin/psql -> pg_wrapper $ psql -V No database specified $ psql -V ed psql (PostgreSQL) 7.1 contains readline, history, multibyte support Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group Portions Copyright (c) 1996 Regents of the University of California Read the file COPYRIGHT or use the command \copyright to see the usage and distribution terms. $ strings `which psql` | grep -i speci No database specified $ strings `which psql` | wc -l 74 $ strings `which psql` /lib/ld-linux.so.2 __gmon_start__ libc.so.6 strcpy getopt_long getenv pclose malloc optarg popen rindex fprintf __deregister_frame_info getdelim optind setenv __strdup execv strncat memset stderr exit _IO_stdin_used __libc_start_main __register_frame_info GLIBC_2.1 GLIBC_2.0 PTRh Vj=3DWj /usr/lib/postgresql/bin/ /var/lib/postgres/data PGDATA /usr/lib/postgresql/lib PGLIB 5432 PGPORT pg_wrapper pg_wrapper cannot be run as itself, but only through a link whose name is that of the real program to be run. psql help no-psqlrc expanded password version variable username table-attr tuples-only single-line single-step record-separator pset port output list html host field-separator file echo-hidden echo-queries dbname command no-align echo-all aAc:d:Eef:F:h:Hlo:p:P:qR:sStT:uU:v:VWxX? PGDATABASE Could not execv %s No database specified env - /usr/lib/postgresql/bin/readpgenv Could not run %s Unexpected input from %s: %s=3D%s $ exit Script done on Wed Jul 18 12:21:53 2001