Re: Wierded error in recursive function; debugging ideas?

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Wierded error in recursive function; debugging ideas?
Дата
Msg-id 4119A901.6060003@joeconway.com
обсуждение исходный текст
Ответ на Wierded error in recursive function; debugging ideas?  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: Wierded error in recursive function; debugging ideas?  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-sql
Josh Berkus wrote:
> I'm seeing this bizarre, unreproducable error in my logs:
> 
> [2] Wrong datatype for second argument in call to in_array
>   SQL: SELECT sf_event_decendants(66645,111)
> I also checked for in_array and it's not a visible built-in function.  Is this 
> maybe a PostgreSQL bug?   Version is 7.4.1
> 

There is no in_array() function in Postgres that I'm aware of -- you 
sure that isn't array_in()? The rest of that error message doesn't seem 
to be there in 7.4 either. Can we see the function?

Joe


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Wierded error in recursive function; debugging ideas?
Следующее
От: "Philippe Lang"
Дата:
Сообщение: Re: function expression in FROM may not refer to other relations of same query level