| От | Steve Crawford |
|---|---|
| Тема | Re: Does PostgreSQL support multi-instancing? |
| Дата | |
| Msg-id | 45526ED8.4090604@pinpointresearch.com обсуждение |
| Ответ на | Does PostgreSQL support multi-instancing? ("Bill" <postgresql@dbginc.com>) |
| Список | pgsql-general |
Bill wrote: > Is is possible to have two different versions of PostgreSQL running on > the same computer at the same time? > It's easy to have two *instances* of postgresql running - they just need to have their own data directories and be configured to not conflict with each other (ie. listen on different ports). Having two purely separate versions should be doable but more tricky as you will have to build them in such a way each will see its own version of certain libraries. Perhaps using static linking would deal with this issue - I'll let someone else chime in on that. You will still, of course, need to use different ports and data directories. You could, if you prefer, set up multiple virtual servers on the same computer and run each copy of PG on its own virtual server. Cheers, Steve
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера