Glenn Davy <glenn(at)tangelosoftware(dot)net> writes:
> i've allowed all 'host' users to connect from 127.0.0.1/32 to all
> databases, then used grant/revoke to limit what they can do - except I
> cant seem to see how I can limit user A from creating tables in database
> owned by user B?
It's not a database-level privilege, it's a schema-level privilege.
Revoke CREATE on the public schema.
regards, tom lane