Owen Hartnett <[EMAIL PROTECTED]> writes:
> Yes, it did.  I'm confused.  My first parameter is a string, but the 
> following two are integers.  I thought the paramType parameter 
> indicated the type.  Do the integers need to be sprintf'd to strings? 

Yes.

Alternatively, you could pass the integers as binary, but that's not
notation-free either (you need htonl or some such).

                        regards, tom lane

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to