[GENERAL] Problem revoking a user's 'create' privilege on schema public

2008-05-03 Thread jdietrch
I am having trouble revoking a user's create privilege on schema public. Here is the sequence of commands that demonstrates the problem: [EMAIL PROTECTED]:~$ su Password: saturn:/home/jdietrch# su postgres [EMAIL PROTECTED]:/home/jdietrch$ psql Welcome to psql 8.3.1, the PostgreSQL interactive

[GENERAL] Problem revoking a user's 'create' privilege on schema public

2008-05-01 Thread James Dietrich
I am having trouble revoking a user's create privilege on schema public. Here is the sequence of commands that demonstrates the problem: [EMAIL PROTECTED]:~$ su Password: saturn:/home/jdietrch# su postgres [EMAIL PROTECTED]:/home/jdietrch$ psql Welcome to psql 8.3.1, the PostgreSQL interactive

Re: [GENERAL] Problem revoking a user's 'create' privilege on schema public

2008-05-01 Thread Tom Lane
James Dietrich [EMAIL PROTECTED] writes: Why does user2 still have create privilege on schema public? You revoked that privilege in database postgres, which has little to do with its state in any other database (and certainly not in template1 which is what you cloned to make db1).