Re: Multiple logical databases - Mailing list pgsql-hackers

From Andreas Pflug
Subject Re: Multiple logical databases
Date
Msg-id 43E22F7F.9000709@pse-consulting.de
Whole thread Raw
In response to Re: Multiple logical databases  ("Mark Woodward" <pgsql@mohawksoft.com>)
List pgsql-hackers
Mark Woodward wrote:
>>"Mark Woodward" <pgsql@mohawksoft.com> writes:
>>
>>>One of the problems with the current PostgreSQL design is that all the
>>>databases operated by one postmaster server process are interlinked at
>>>some core level. They all share the same system tables. If one database
>>>becomes corrupt because of disk or something, the whole cluster is
>>>affected.
>>
>>This problem is not as large as you paint it, because most of the system
>>catalogs are *not* shared.
>>
>>
>>>Does anyone see this as useful?
> 
> 
> Seriously? No use at all? You don't see any purpose in controlling and
> managing multiple postgresql postmaster processes from one central point?

pgAdmin does so. IMHO it's totally sufficient to handle this on a client 
side level.

Regards,
Andreas


pgsql-hackers by date:

Previous
From: "Mark Woodward"
Date:
Subject: Re: Multiple logical databases
Next
From: Csaba Nagy
Date:
Subject: streamlined standby process