Re: How can I have 2 completely seperated databases in - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: How can I have 2 completely seperated databases in
Date
Msg-id 1076597898.10166.4.camel@jester
Whole thread Raw
In response to Re: How can I have 2 completely seperated databases in  ("scott.marlowe" <scott.marlowe@ihs.com>)
Responses Re: How can I have 2 completely seperated databases in  (Andrew Dunstan <andrew@dunslane.net>)
Re: How can I have 2 completely seperated databases in  ("scott.marlowe" <scott.marlowe@ihs.com>)
List pgsql-hackers
> But for seperating out applications from each other, there's really 
> nothing to be gained by putting each seperate database application into 
> it's own cluster.

I believe the initial email requested individual logs, and presumably
the ability to grant superuser access without risking a user crossing
into another clients space.

The only way to accomplish this is to run 2 copies.  Last time I looked,
you couldn't get the database name in the log files to allow for
mechanical filtering, and a number of abilities are still only available
to superusers -- not through grants or specific permissions.



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Transaction aborts on syntax error.
Next
From: Jan Wieck
Date:
Subject: Re: Circular-freelist bug is still there