Re: Permissions issue? - Mailing list pgsql-general

From Stephan Szabo
Subject Re: Permissions issue?
Date
Msg-id 20031217122730.I64713@megazone.bigpanda.com
Whole thread Raw
In response to Re: Permissions issue?  (Christopher Murtagh <christopher.murtagh@mcgill.ca>)
List pgsql-general
On Wed, 17 Dec 2003, Christopher Murtagh wrote:

> On Wed, 2003-12-17 at 13:54, Stephan Szabo wrote:
> > I think you probably want to revoke create on the public schema. Create on
> > databases controls the creation of schemas.
> > From the grant page:
>
>  Hrm, thanks for the reply. I tried that too. Here's what I got (below).
> Am I missing something obvious?

Ah, right, PUBLIC has rights to the public schema.  You'll need to
revoke those and then grant usage to newuser I believe (and correct
permissions to other users as appropriate).  Forgot about that.

pgsql-general by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: bind-dlz with postgresql driver ...
Next
From: Christopher Murtagh
Date:
Subject: Re: Permissions issue?