Re: SQL-Invoked Procedures for 8.1

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: SQL-Invoked Procedures for 8.1
Date: 2004-09-23 21:03:03
Message-ID: 41533A07.9010002@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2004-09-23 21:10:30 Re: SQL-Invoked Procedures for 8.1
Previous Message Tom Lane 2004-09-23 20:54:28 Re: SQL-Invoked Procedures for 8.1