Result of a query(Need Help)

Started by Srikanth Mover 22 years ago2 messages
#1Srikanth M
srikanth_m@students.iiit.net

Hi!
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.

Please give me information about the Data structures where the result is
stored

Bye
Srikanth

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Srikanth M (#1)
Re: Result of a query(Need Help)

Srikanth M <srikanth_m@students.iiit.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