Re: How can I have 2 completely seperated databases in

From: Rod Taylor <pg(at)rbt(dot)ca>
To: hong(dot)ge(at)yale(dot)edu
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: How can I have 2 completely seperated databases in
Date: 2004-02-11 22:24:18
Message-ID: 1076538258.761.181.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 2004-02-11 at 16:36, hong(dot)ge(at)yale(dot)edu wrote:
> Hi, all
>
> What should I do if I want to have 2 completely seperated databases in
> PostgreSQL? I want each database to have its own data, log and
> everything needed to access that database. I don't want them to share
> anything. Has anyone done this before? Or,
> could anyone give me some clue of how to do this?

You will need to initdb 2 locations and start 2 instances on separate ports.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-02-11 22:29:09 Re: [BUGS] Bug in pg_autovacuum ?
Previous Message Tom Lane 2004-02-11 22:20:12 Circular-freelist bug is still there