Re: CREATE TABLE in PUBLIC schema - Mailing list pgsql-admin

From Heni Lolov
Subject Re: CREATE TABLE in PUBLIC schema
Date
Msg-id 20021113155842.41664.qmail@web21001.mail.yahoo.com
Whole thread Raw
In response to Re: CREATE TABLE in PUBLIC schema  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: CREATE TABLE in PUBLIC schema  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
Sorry :)
forgive me please!

ive tried :
revoke all ON schema public from hal;
but does not work. Why?

with drop it worked :)
Ive got :
ERROR:  No namespace has been selected to create in

regards,
hal


--- Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Heni Lolov <hal_bg@yahoo.com> writes:
> > SO WILL THERE EVER BE POSSIBLE TO DISALLOW
> > OBJECT CREATION TO USERS AND TO GIVE THEM
> > ONLY READ ACCESS TO SOME OBJECTS IN A DB?
>
> If you'd quit shouting and RTFM, you'd find out that it's possible in
> 7.3.  (Hint: drop the public schema or revoke privileges on it.)
>
>             regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster


__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: CREATE TABLE in PUBLIC schema
Next
From: "Mr OCP"
Date:
Subject: Re: gmake check runs just 13 tests instead of 77