Re: Running both PG 8 and PG 9

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Running both PG 8 and PG 9
Дата
Msg-id 8628.1300832964@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Running both PG 8 and PG 9  (Bastiaan Olij <bastiaan@basenlily.me>)
Список pgsql-novice
Bastiaan Olij <bastiaan@basenlily.me> writes:
> I just installed PG 9 on my Macbook (enterprisedb) just to start playing
> around with it. My Postgres 8.4 installation won't start now anymore, it
> is complaining about shared memory already being in use.

> Is it even possible to run PG 8 and PG 9 side by side? I was under the
> impression this was possible provided they listen on different ports?

Yes, it is, but the default SHMMAX on OS X is too small to allow
starting two postmasters at once.  Crank up the shmem settings (see
our manual for details) and you should be fine.

            regards, tom lane

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

Предыдущее
От: Bastiaan Olij
Дата:
Сообщение: Running both PG 8 and PG 9
Следующее
От: LWATCDR
Дата:
Сообщение: Not to start a flame war but what does Oracle have that Postgresql does not?