Re: Is PQgetResult() guaranteed to return the whole SQL command result?

From: Arseny Sher <a(dot)sher(at)postgrespro(dot)ru>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Is PQgetResult() guaranteed to return the whole SQL command result?
Date: 2017-12-14 05:31:45
Message-ID: 87h8stho3i.fsf@ars-thinkpad
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> writes:

> Are you asking whether it is possible that the results for the two
> statements might be split across more than two libpq result sets?
> That is not possible.

Yes, that was the question. Thanks!

--
Arseny Sher
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message gptmailinglists 2017-12-14 09:33:39 Addition to / Clarification in 9.7.1. LIKE
Previous Message Peter Eisentraut 2017-12-13 17:20:33 Re: Is PQgetResult() guaranteed to return the whole SQL command result?