Error on Update: ExecCheckPerms-bogus RT relid?

From: Alexander Schneider <alex(at)alexander-schneider(dot)de>
To: "PostgreSQL Mailinglist" <pgsql-sql(at)postgreSQL(dot)org>
Subject: Error on Update: ExecCheckPerms-bogus RT relid?
Date: 1999-06-24 12:12:23
Message-ID: 1281895929-114180150@mail.isolution.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello,

after trying to update a row in psql I get the following error-message:

ERROR: ExecCheckPerms: bogus RT relid: xxxx

The statement is "update tablename set boolvar=TRUE where
colname='somestring';

What is it?

Thanx for your help.

Alex Schneider

Browse pgsql-sql by date

  From Date Subject
Next Message José Soares 1999-06-24 13:06:07 Re: [SQL] Re:Create table doesn't always respect atomicity of transactions
Previous Message José Soares 1999-06-24 12:08:56 Re: [SQL] problem with PL/pgSQL