Re: SQL-Invoked Procedures for 8.1 - Mailing list pgsql-hackers

From Oliver Jowett
Subject Re: SQL-Invoked Procedures for 8.1
Date
Msg-id 41533A07.9010002@opencloud.com
Whole thread Raw
In response to Re: SQL-Invoked Procedures for 8.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: SQL-Invoked Procedures for 8.1  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: SQL-Invoked Procedures for 8.1
Next
From: Greg Stark
Date:
Subject: Re: SQL-Invoked Procedures for 8.1