Re: postgres-two different version

Поиск
Список
Период
Сортировка
От codeWarrior
Тема Re: postgres-two different version
Дата
Msg-id epntjh$1ri3$1@news.hub.org
обсуждение исходный текст
Ответ на postgres-two different version  ("Bottini" <g.bottini@arpa.vda.it>)
Ответы Re: postgres-two different version  (Naomi Walker <nwalke@eldocomp.com>)
Список pgsql-admin
Why would you want two servers on the same box ??? There's this thing called
"schemas" within one database... and postgreSQL is very capable of managing
multiple databases from the same server....

If you insist on trying to run two postgreSQL server on teh same box -- You
also need to make sure that your two different versions dopnt share TCP/IP
ports -- they cannot both listen on the same IP:PORT address -- so you will
need to manage your postgresql.conf and pg_hba.conf files separately -- one
for each postgresql server... ditto for your startup scripts.

You will probably also have some issues when using pgsql at the command line
[localhost].

Why not just upgrade your 8.1.3 installation to 8.2 ?




"Tom Lane" <tgl@sss.pgh.pa.us> wrote in message
news:1892.1170169384@sss.pgh.pa.us...
> "Bottini" <g.bottini@arpa.vda.it> writes:
>> Is possible  to install two different version of postgresql on the same
>> Linux server? I want to install  the 8.2 version in a server where is
>> installed 8.1.3 version
>
> You can, but not when installing from RPM: the RPMs have a fixed idea of
> where to put the software, and I don't think it's feasible to change.
> You'd need to build from source and use the --prefix configure option
> to put the two sets of code in different places.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: postgres-two different version
Следующее
От: "codeWarrior"
Дата:
Сообщение: Re: Terminating a query that appears to be hung