Re: BUG #13516: no binary output function available for type void

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #13516: no binary output function available for type void
Дата
Msg-id 21459.1437692282@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #13516: no binary output function available for type void  (ganuri@gmail.com)
Ответы Re: BUG #13516: no binary output function available for type void  (Nuri Boardman <ganuri@gmail.com>)
Список pgsql-bugs
ganuri@gmail.com writes:
> The following bug has been logged on the website:
> Bug reference:      13516
> Logged by:          Nuri Boardman
> Email address:      ganuri@gmail.com
> PostgreSQL version: 9.0.4
> Operating system:   Windows 7
> Description:

> calling a stored procedure which has return type void
> using PQexecParams
> and passing 1 for the last argument (binary results)

That was fixed way back in 9.1.

Since 9.0.x will be out of support this fall, you really should be
thinking about an upgrade.

            regards, tom lane

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

Предыдущее
От: ganuri@gmail.com
Дата:
Сообщение: BUG #13516: no binary output function available for type void
Следующее
От: Andrew Gierth
Дата:
Сообщение: Re: [HACKERS] GSets: Fix bug involving GROUPING and HAVING together