On Fri, Nov 07, 2003 at 15:47:50 -0500,
"bagley(at)traderonline(dot)com" <bagley(at)traderonline(dot)com> wrote:
> I am trying to revoke the create table privilege from a user in a
> database.
>
> I have revoked create on database and on the public schema, yet I can
> still create table as that user. what else do I need to do?
Is that user a superuser? If you gave that user the ability to create
new users then they are a superuser and access controls don't apply
to them.