Re: Running two versions on same server

Поиск
Список
Период
Сортировка
От Sean Chittenden
Тема Re: Running two versions on same server
Дата
Msg-id 20030612174557.GB65470@perrin.int.nxad.com
обсуждение исходный текст
Ответ на Re: Running two versions on same server  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Erik Price
Дата:
Сообщение: Re: LAST_INSERT_ID equivalent
Следующее
От: MT
Дата:
Сообщение: Best pg_dump practices