Re: psql weirdness in HEAD

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: psql weirdness in HEAD
Date: 2004-05-19 04:38:52
Message-ID: 200405190438.i4J4cqp22541@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Christopher Kings-Lynne wrote:
> I run psql and I get this:
>
> -bash-2.05b$ psql template1
> Welcome to psql 7.5devel, the PostgreSQL interactive terminal.
>
> Type: \copyright for distribution terms
> \h for help with SQL commands
> \? for help with psql commands
> \g or terminate with semicolon to execute query
> \q to quit
>
> could not stat "/sbin/psql": mcould not stat "/bin/psql": mcould not
> stat "/usr/sbin/psql": mcould not stat "/usr/bin/psql": mcould not stat
> "/usr/games/psql": mcould not stat "/usr/local/sbin/psql": mcould not
> stat "/usr/local/bin/psql": mcould not stat "/usr/X11R6/bin/psql":
> mcould not stat "/home/chriskl/bin/psql": mtemplate1=#
>
> I do have the tablespaces patch applied, but I can't see anything that
> could have caused this. It seems more likely do be a relocatable
> install bug... Maybe some leftover debug code?

Just fixed. Thanks.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthew T. O'Connor 2004-05-19 04:53:50 Re: pg_autovacuum seems to be a neat freak and cleans way
Previous Message Bruce Momjian 2004-05-19 04:31:14 Re: Call for 7.5 feature completion