Tom Lane wrote:
>>How can clients distinguish multiple resultsets if they're using the
>>extended query protocol?
>
> You'll get multiple repetitions of RowDescription/DataRows.
Ah, so the Execute spontaneously generates a RowDescription
spontaneously when it hits the second resultset, without needing an
extra Describe?
-O