Re: Hi

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Hi
Дата
Msg-id 28651.985620442@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Hi  (Alexander Lohse <al@humantouch.de>)
Ответы Re: Hi  (Alexander Lohse <al@humantouch.de>)
Список pgsql-general
Alexander Lohse <al@humantouch.de> writes:
> What would I need to do to run 2 Versions of Postgres on the RaQ3?

Should be the same deal as for running 2 versions anyplace else:
give them separate install directories, separate data directories,
and separate port numbers.  If you compile from source then you can
make these changes with configure's --prefix and --with-portnum
switches.  Not sure you can do it easily with an RPM-based install.

On some systems you may run into kernel limits on SysV shared memory
and/or semaphores when trying to run 2 or more postmasters.  See the
documentation about raising kernel limits if so.

            regards, tom lane

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Integrity violation when adding foreign key constraint
Следующее
От: Marcos
Дата:
Сообщение: create user