Re: Unable to delete row on 7.3.2 with schemas

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Fernando Schapachnik <fernando(at)mecon(dot)gov(dot)ar>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Unable to delete row on 7.3.2 with schemas
Date: 2003-03-04 23:12:56
Message-ID: 11600.1046819576@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Fernando Schapachnik <fernando(at)mecon(dot)gov(dot)ar> writes:
> ERROR: usr: permission denied

AFAIR, all our "permission denied" messages cite the object in question,
not the referencing user. So this is complaining about access rights to
the "usr" schema. You have not shown us enough information to guess why
this query would need to look into the "usr" schema --- but presumably
someone needs the USAGE right on "usr", and hasn't got it.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2003-03-04 23:32:18 Re: How do sqlservers work!
Previous Message Jason Larke 2003-03-04 23:12:09 Re: Help with exporting data