Re: pgxs problem

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: pgxs problem
Дата
Msg-id 20060719215730.GA50397@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: pgxs problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgxs problem  (Joe Conway <mail@joeconway.com>)
Re: pgxs problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Wed, Jul 19, 2006 at 10:29:14AM -0400, Tom Lane wrote:
> The documented behavior is that pgxs invokes whatever pg_config is in
> your PATH.

How do people with multiple PostgreSQL installations keep track of
which installation they're using?  I use shell scripts that set
PATH and a few other environment variables and then exec the command
I want to run (shell aliases would also work).  For example, I'd
type "pg73 psql" to run the 7.3 version of psql (which would connect
to a 7.3 server) and I'd type "pg82 gmake" to build an extension
for 8.2devel.  Prefixing each command with pgXX is a minor nuisance
but by being explicit I always know what version I'm using.

What are others doing?

-- 
Michael Fuhr


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgxs problem
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: How does the planner deal with multiple possible indexes?