| From: | Hugh Esco <hesco(at)greens(dot)org> |
|---|---|
| To: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: Problems invoking psql. Help please. |
| Date: | 2002-11-20 06:59:38 |
| Message-ID: | 5.1.0.14.0.20021120015822.041515d0@petra.cagreens.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
Here are the results from reversing the arguments.
>hesco(at)biko:~$ su postgres
>Password:
>postgres(at)biko:/home/hesco$ cd
>postgres(at)biko:~$ cd /usr/bin
>postgres(at)biko:/usr/bin$ psql tempate1 -U postgres
>Could not execv /usr/lib/postgresql/bin/psql
>postgres(at)biko:/usr/bin$ psql template1 -U postgres
>Could not execv /usr/lib/postgresql/bin/psql
>postgres(at)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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2002-11-20 07:13:17 | Re: Problems invoking psql. Help please. |
| Previous Message | Hugh Esco | 2002-11-20 06:55:41 | Re: Problems invoking psql. Help please. |