table permissions

From: Oleg Lebedev <olebedev(at)waterford(dot)org>
To: Postgres SQL Mailing List <pgsql-sql(at)postgresql(dot)org>
Subject: table permissions
Date: 2001-11-01 21:04:12
Message-ID: 3BE1B8CC.38221E54@waterford.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi everybody,
I can't seem to figure this one out.
I have a superuser root and a regular user oleg. I am trying to insert a
new row in table Set, which references table Activity, being logged in
as root. I get an error saying:
activity: Permission denied.
This is very weird because root has all the permissions on every table
in the database. Even more strange is that as soon as I grant DELETE
privilege to user oleg, the problem disappears and I can add a row to
the Set table.
Does anybody know how to solve this problem?
Should I upgrade my PostgreSQL version? I am currently using v 7.1.2
thanks,

Oleg

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2001-11-01 22:35:07 Re: table permissions
Previous Message Roberto Mello 2001-11-01 19:56:32 Re: PL/pgSQL syntax for strings