Обсуждение: QueryResults from Executor

Поиск
Список
Период
Сортировка

QueryResults from Executor

От
Zahid Khan
Дата:
 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


Re: QueryResults from Executor

От
Tom Lane
Дата:
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