Re: Multiple Servers - Mailing list pgsql-admin

From Tom Lane
Subject Re: Multiple Servers
Date
Msg-id 26420.998354499@sss.pgh.pa.us
Whole thread Raw
In response to Multiple Servers  (Chris Cameron <chris@upnix.com>)
List pgsql-admin
Chris Cameron <chris@upnix.com> writes:
> I have a client who's looking to start using PostgreSQL. Unlike MySQL,
> Postgres doesn't have the best (in my opionion) setup for letting multiple
> users develop using the same server.

?? Possibly you're just poorly informed.  You can easily give each of
them their own database under a single server.  Or, if you want a really
airtight separation between users, give 'em each their own postmaster
(separate port number and data directory for each postmaster).  I'd say
separate postmasters would only be necessary if you expected the users
to crash their servers regularly --- which one hopes they can't --- or
if you want to give them superuser privileges without thereby trusting
them not to muck up each others' databases.

Since I don't know much about MySQL administration, I don't know what
you find superior in its setup options, but I'd be interested to hear.

            regards, tom lane

pgsql-admin by date:

Previous
From: Lamar Owen
Date:
Subject: Re: Re: upgrading RPM query
Next
From: Chris Cameron
Date:
Subject: Re: Multiple Servers