Обсуждение: Re: [SQL] Error on Update: ExecCheckPerms-bogus RT relid?

Поиск
Список
Период
Сортировка

Re: [SQL] Error on Update: ExecCheckPerms-bogus RT relid?

От
Alexander Schneider
Дата:
>> 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