Maximum PQsendQuery size?

From: Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Maximum PQsendQuery size?
Date: 2003-03-31 13:23:48
Message-ID: 3E884164.2010503@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

I'm having trouble with PQsendQuery if sending medium sized queries.
Everything's fine with queries up to 8190 bytes (0x1fffe), but one byte
more will not work.
In this case, PQsendQuery and PQconsumeInput will return ok, but
PQisBusy stays busy. How can I get around this?

Regards,

Andreas

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-03-31 16:57:19 Re: Maximum PQsendQuery size?
Previous Message Dave Page 2003-03-31 08:29:48 pgAdmin 3 source