Re: BUG #13516: no binary output function available for type void - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #13516: no binary output function available for type void
Date
Msg-id 21459.1437692282@sss.pgh.pa.us
Whole thread Raw
In response to BUG #13516: no binary output function available for type void  (ganuri@gmail.com)
Responses Re: BUG #13516: no binary output function available for type void  (Nuri Boardman <ganuri@gmail.com>)
List 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 by date:

Previous
From: ganuri@gmail.com
Date:
Subject: BUG #13516: no binary output function available for type void
Next
From: Andrew Gierth
Date:
Subject: Re: [HACKERS] GSets: Fix bug involving GROUPING and HAVING together