Re: how to get tuple

Поиск
Список
Период
Сортировка
От Rudyar
Тема Re: how to get tuple
Дата
Msg-id 4EC58857.50207@gmail.com
обсуждение исходный текст
Ответ на Re: how to get tuple  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On 17/11/11 19:16, Robert Haas wrote:
> On Wed, Nov 16, 2011 at 9:38 AM, Rudyar<rudyar.cortes@gmail.com>  wrote:
>> Hello,
>>
>> I'm new in postgreSQL programming. I try to print a tuple from
>> tupleTableSlot structure..
>> for example..
>>
>> outerTupleSlot = ExecHashJoinOuterGetTuple(outerNode,
>>                                                            node,
>> &hashvalue);
>>
>> how to extract a tuple value?
>>
>> there are any kind of documentation about that?
> A quick grep suggests that the "debugtup" function might be about what
> your're looking for.
>
Thanks!

-- 
Rudyar Cortés.
Estudiante de Ingeniería Civil Informática
Universidad Técnica Federico Santa María.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: how to get tuple
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Refactoring on DROP/ALTER SET SCHEMA/ALTER RENAME TO statement