Re: two or more pg installations running as the same user - Mailing list pgsql-general

From Grzegorz Jaśkiewicz
Subject Re: two or more pg installations running as the same user
Date
Msg-id 2f4958ff0811260007x594b0daja73d10184658041a@mail.gmail.com
Whole thread Raw
In response to Re: two or more pg installations running as the same user  ("Mikko Partio" <mpartio@gmail.com>)
List 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 by date:

Previous
From: "Mikko Partio"
Date:
Subject: Re: two or more pg installations running as the same user
Next
From: tv@fuzzy.cz
Date:
Subject: Re: Postgres 8.3 only uses seq scan