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

Поиск
Список
Период
Сортировка
От Alexander Schneider
Тема Re: [SQL] Error on Update: ExecCheckPerms-bogus RT relid?
Дата
Msg-id 1281891226-114463022@mail.isolution.de
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "Tiberiu Craciun"
Дата:
Сообщение: Re:Re: [SQL] problem with PL/pgSQL
Следующее
От: Heiko Wilms
Дата:
Сообщение: [SQL] PHP + PG