Re: [SQL] Error on Update: ExecCheckPerms-bogus RT relid? - Mailing list pgsql-sql

From Alexander Schneider
Subject Re: [SQL] Error on Update: ExecCheckPerms-bogus RT relid?
Date
Msg-id 1281891226-114463022@mail.isolution.de
Whole thread Raw
List pgsql-sql
>> 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';
>
>I am not sure but I think that the boolean vaue stored as a string,
>so try 
>update tablename set boolvar='t' where  colname='somestring';
>
>I hope this helps.
>Tamas

Unfortunately not. Both statements lead to the same error. BTW, the id is 
22464.

Alex Schneider


pgsql-sql by date:

Previous
From: "Tiberiu Craciun"
Date:
Subject: Re:Re: [SQL] problem with PL/pgSQL
Next
From: Heiko Wilms
Date:
Subject: [SQL] PHP + PG