| От | Tom Lane |
|---|---|
| Тема | Re: Unrecognized type error (postgres 9.1.4) |
| Дата | |
| Msg-id | 12457.1365431108@sss.pgh.pa.us обсуждение |
| Ответ на | Re: Unrecognized type error (postgres 9.1.4) (Rodrigo Barboza <rodrigombufrj@gmail.com>) |
| Ответы |
Re: Unrecognized type error (postgres 9.1.4)
|
| Список | pgsql-hackers |
Rodrigo Barboza <rodrigombufrj@gmail.com> writes:
> UPDATE tm32 SET a = a + 1 WHERE a > $i;
> ERROR: unsupported type: 202886
I'm betting that's coming from scalargtsel, which doesn't know anything
about your type, but you've nominated it to be the selectivity function
for ">" anyway.
/* * Can't get here unless someone tries to use scalarltsel/scalargtsel on * an operator with one numeric and one
non-numericoperand. */elog(ERROR, "unsupported type: %u", typid);
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера