Re: Problems invoking psql. Help please. - Mailing list pgsql-sql

From Hugh Esco
Subject Re: Problems invoking psql. Help please.
Date
Msg-id 5.1.0.14.0.20021120015822.041515d0@petra.cagreens.org
Whole thread Raw
In response to Re: Problems invoking psql. Help please.  (Rudi Starcevic <rudi@oasis.net.au>)
Responses Re: Problems invoking psql. Help please.
Re: Problems invoking psql. Help please.
List pgsql-sql
Here are the results from reversing the arguments.

>hesco@biko:~$ su postgres
>Password:
>postgres@biko:/home/hesco$ cd
>postgres@biko:~$ cd /usr/bin
>postgres@biko:/usr/bin$ psql tempate1 -U postgres
>Could not execv /usr/lib/postgresql/bin/psql
>postgres@biko:/usr/bin$ psql template1 -U postgres
>Could not execv /usr/lib/postgresql/bin/psql
>postgres@biko:/usr/bin$

If I compile from source, will the apt-get database know what I've 
done?  Or will I have to do the updates from source as well?

-- Hugh

At 04:40 PM 11/20/02 +1000, you wrote:

> >> biko:/usr/bin# psql -U postgres template1
>
>Maybe try : biko:/usr/bin# psql tempate1 -U postgres
>
>I use PG on Debian too. I much prefer to compile from source. It's very 
>easy why don't you give it a try.
>I've never had a problem compiling from source, just make sure to follow 
>the instruction's carefully in the INSTALL file.
>
>Good luck
>Regards Rudi.



pgsql-sql by date:

Previous
From: Hugh Esco
Date:
Subject: Re: Problems invoking psql. Help please.
Next
From: Tom Lane
Date:
Subject: Re: Problems invoking psql. Help please.