operator error

Поиск
Список
Период
Сортировка
От Brett McCormick
Тема operator error
Дата
Msg-id 13716.19568.251936.318748@web0.speakeasy.org
обсуждение исходный текст
Список pgsql-hackers
the query is: update process_order set processresult = 't'::bool and processmsg = '328024' where oid = 25647;

it causes the backend to core dump.

when I don't cast it to 't'::bool, I get this:

  ERROR:  left-hand side of AND is type 'unknown', not bool

very weird.  I wouldn't expect that error when doing an update like
this.

okay, I just realized that i'm using "and" instead of a comma to join
the list of updated value pairs, doh!

after banging by head on a few random objects..

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Kachun Lee
Дата:
Сообщение: isnull function
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [SQL] isnull function]