Re: Best practice running a shared DB hosting server - Mailing list pgsql-admin

From Scott Marlowe
Subject Re: Best practice running a shared DB hosting server
Date
Msg-id dcc563d10808180949m98f1173nf5a0d2373bc4132e@mail.gmail.com
Whole thread Raw
In response to Re: Best practice running a shared DB hosting server  (Thomas Jacob <jacob@internet24.de>)
Responses Re: Best practice running a shared DB hosting server  (Thomas Jacob <jacob@internet24.de>)
List pgsql-admin
On Mon, Aug 18, 2008 at 10:38 AM, Thomas Jacob <jacob@internet24.de> wrote:
> I've changed my approach by revoking rights to schema public
> from PUBLIC in the template1, and then granting all rights
> to again just to the "main" user, and usage rights to
> the additional users.
>
> So people aren't forced to use schemas.

Not sure exactly what you mean.  Everything in pgsql lives in a
schema, whether it's public or another schema.  By judicious use of
the search_path settings you can make the use of such schemas nearly
transparent to the users, but they're still there.

pgsql-admin by date:

Previous
From: Thomas Jacob
Date:
Subject: Re: Best practice running a shared DB hosting server
Next
From: "Scott Marlowe"
Date:
Subject: Re: Best practice running a shared DB hosting server