Re: Permission denied when inserting

From: Vick Khera <vivek(at)khera(dot)org>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Permission denied when inserting
Date: 2011-02-28 15:21:47
Message-ID: AANLkTikEa2nwwJ3zDBuAUKRgjwEok9CJgQiuMDzNpHoV@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Feb 28, 2011 at 9:37 AM, Borek Lupomesky <borek(at)lupomesky(dot)cz> wrote:
>    "permout_site_fkey" FOREIGN KEY (site, cp) REFERENCES out2cp(site, cp) ON
> DELETE CASCADE
>

you don't have permissions to verify the FK constraint. the query you
see in the error is exactly this test.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rob Sargent 2011-02-28 15:22:34 Re: Permission denied when inserting
Previous Message Scott Ribe 2011-02-28 15:18:36 Re: Thoroughly confused about time zones