permissions in PgSQL 7.2.1

From: "Roger Mathis" <traderx(at)gmx(dot)ch>
To: pgsql-general(at)postgresql(dot)org
Subject: permissions in PgSQL 7.2.1
Date: 2002-07-03 11:50:04
Message-ID: 3d22e4dd$0$27220$7402020d@newsfeed.sunrise.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

I have a problem with permissions. I have a user admin1. His permissions are
select, insert, update and delete on table employee.
After connecting with this user, I tried to create a table, and it worked.
Why does this work? I don't want, that admin1 can create tables.
Before I gave admin1 the permissions, I revoked all.
Thanks for your answers.

CU Roger

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hannu Krosing 2002-07-03 12:06:13 Re: (A) native Windows port
Previous Message Manfred Koizar 2002-07-03 09:31:53 Re: Acessing columns of parent tables with PL/pgSQL