Re: [pgAdmin III] #340: Allow the display of the results of more than one query

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Vladimir Kokovic <vladimir(dot)kokovic(at)gmail(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: [pgAdmin III] #340: Allow the display of the results of more than one query
Date: 2011-10-08 19:05:49
Message-ID: 1318100749.9481.12.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Sat, 2011-10-08 at 20:25 +0200, Vladimir Kokovic wrote:
> Hi,
>
> When it comes to PQsendQuery and multi-statement-query, it is
> necessary to know which is the current query, without a scanner/parser
> that's not easy !
>

Necessary, no. The results are in the order of the queries. I mean first
tab of results is for the first query, second tab for the second query,
etc. Anyway, we don't need a parser.

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Vladimir Kokovic 2011-10-08 20:27:28 Re: [pgAdmin III] #340: Allow the display of the results of more than one query
Previous Message Vladimir Kokovic 2011-10-08 18:25:06 Re: [pgAdmin III] #340: Allow the display of the results of more than one query