QueryResults from Executor

Started by Zahid Khanabout 21 years ago2 messageshackers
Jump to latest
#1Zahid Khan
khanzahid235@yahoo.com

i am trying to find that which file/function is
actually printing the QueryResults from
Executor..Please help

Thanks
Zahid

__________________________________
Do you Yahoo!?
Make Yahoo! your home page
http://www.yahoo.com/r/hs

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Zahid Khan (#1)
Re: QueryResults from Executor

Zahid Khan <khanzahid235@yahoo.com> writes:

i am trying to find that which file/function is
actually printing the QueryResults from
Executor..Please help

printtup() in access/common/printtup.c

regards, tom lane