>>> On Wed, Aug 15, 2007 at 11:29 AM, in message <[EMAIL PROTECTED]>, "Richard Rowell" <[EMAIL PROTECTED]> wrote: > perm_test=# revoke create on schema public from bar; > > REVOKE > > perm_test=> create table test (uid integer); > CREATE TABLE I think the problem is that bar is automatically a member of public. revoke create on schema public from public; should help. -Kevin
---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster