Re: [SQL] 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: Re: [SQL] Error on Update: ExecCheckPerms-bogus RT relid?
Date: 1999-06-24 13:30:46
Message-ID: 1281891226-114463022@mail.isolution.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-sql by date

  From Date Subject
Next Message Heiko Wilms 1999-06-24 13:34:16 [SQL] PHP + PG
Previous Message Tiberiu Craciun 1999-06-24 13:10:21 Re:Re: [SQL] problem with PL/pgSQL