Re: owner cant delete from table, permission denied

From: Nico Latzer <nl(at)nl1(dot)r-kom(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: owner cant delete from table, permission denied
Date: 2003-08-01 07:47:50
Message-ID: Pine.LNX.4.30.0308010934220.29114-100000@nl1.r-kom.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 31 Jul 2003, Tom Lane wrote:

> Nico Latzer <nico(dot)latzer(at)r-kom(dot)de> writes:
> > if i try to delete a row from table "customer", it is not permitted
>
> Perhaps you revoked the owner's delete permission. See the GRANT and
> REVOKE reference pages.
by setting "references customer on delete set null" the
^^^^^^^^^^
operation succeeded. - previously no "on action" part was defined

priveleges were set sth like
\z customer public=, group inhouse=arw, db_and_table_owner=ALL
\z customer_xxx public=, group inhouse=arw, db_and_table_owner=ALL

Thank You

-- Nico

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dave Cramer 2003-08-01 09:48:31 Re: Integrating the field auto-increment
Previous Message Richard Huxton 2003-08-01 07:46:18 Re: Comments in .sql files