Re: Running two versions on same server - Mailing list pgsql-general

From Sean Chittenden
Subject Re: Running two versions on same server
Date
Msg-id 20030612174557.GB65470@perrin.int.nxad.com
Whole thread Raw
In response to Re: Running two versions on same server  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
> > ... I do ./configure, gmake, and gmake install without
> > error, but the psql file does not show up in the bin of the new distro.
>
> I have a serious problem believing that statement.  *Something* failed
> in the build.  Go back and find out what.

Err...  this could be as simple as a shell caching the contents of the
directories in your $PATH.

which psql
exec $SHELL
which psql

-sc

--
Sean Chittenden

pgsql-general by date:

Previous
From: Erik Price
Date:
Subject: Re: LAST_INSERT_ID equivalent
Next
From: MT
Date:
Subject: Best pg_dump practices