Re: Install two different versions of postgres which should run in parallel

Поиск
Список
Период
Сортировка
От Gerardo Herzig
Тема Re: Install two different versions of postgres which should run in parallel
Дата
Msg-id 46BC800C.5070000@fmed.uba.ar
обсуждение исходный текст
Ответ на Install two different versions of postgres which should run in parallel  ("Loredana Curugiu" <loredana.curugiu@gmail.com>)
Список pgsql-sql
Loredana Curugiu wrote:

>Hi all,
>
>I need to have two different vesions of postgres running in parallel on
>different ports. Does anyone knows how to install two different versions
>of postgres (7.4.5 and 8.2.4) on the same computer? I am using Linux
>operating system.
>
>Any information would greatly be appreciated.
>
>Loredana
>
>  
>
Shure. You just have to take care about --prefix (executable path) and 
--with-pgport (default port) when you ./configure, and also take care of 
the datadir you chose when executing initdb.

Good luck.
Gerardo


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

Предыдущее
От: Andreas Joseph Krogh
Дата:
Сообщение: Index usage in order by with multiple columns in order-by-clause
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Install two different versions of postgres which should run in parallel