Re: two or more pg installations running as the same user

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема Re: two or more pg installations running as the same user
Дата
Msg-id 2f4958ff0811260007x594b0daja73d10184658041a@mail.gmail.com
обсуждение исходный текст
Ответ на Re: two or more pg installations running as the same user  ("Mikko Partio" <mpartio@gmail.com>)
Список pgsql-general


2008/11/26 Mikko Partio <mpartio@gmail.com>
You know you don't need separate clusters (ie. installations) to have multiple databases?

obvioiusly.
so far I just do:

mkdir $INST
export PGDATA=$INST
export PGPORT=$INSTPORT

initdb
pg_ctl start

.. and that's it folks.

 

--
GJ

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

Предыдущее
От: "Mikko Partio"
Дата:
Сообщение: Re: two or more pg installations running as the same user
Следующее
От: tv@fuzzy.cz
Дата:
Сообщение: Re: Postgres 8.3 only uses seq scan