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

From: Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To: "Mikko Partio" <mpartio(at)gmail(dot)com>
Cc: "Postgres general mailing list" <pgsql-general(at)postgresql(dot)org>
Subject: Re: two or more pg installations running as the same user
Date: 2008-11-26 08:07:23
Message-ID: 2f4958ff0811260007x594b0daja73d10184658041a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2008/11/26 Mikko Partio <mpartio(at)gmail(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dave Page 2008-11-26 08:47:25 Re: Separate Sessions?? (View data <-> Query tool)
Previous Message Mikko Partio 2008-11-26 06:33:46 Re: two or more pg installations running as the same user