Re: Result of a query(Need Help)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Srikanth M <srikanth_m(at)students(dot)iiit(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Result of a query(Need Help)
Date: 2003-06-08 06:06:57
Message-ID: 27635.1055052417@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Srikanth M <srikanth_m(at)students(dot)iiit(dot)net> writes:
> Could anyone tell me where excatly the result of a query is stored
> after the query is passed to pg_exec_query_string function and before it
> is printed.

It isn't "stored" anywhere --- tuples are passed to the frontend as they
are generated.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 2003-06-08 13:33:03 Re: cvs ETA?
Previous Message Tom Lane 2003-06-08 05:37:37 This is not gonna do