Re: how to get tuple

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: how to get tuple
Дата
Msg-id CA+TgmoYR8HJ2g2bRitYmstAC76=FoR+aAy27mF0DAvk7F74T8w@mail.gmail.com
обсуждение исходный текст
Ответ на how to get tuple  (Rudyar <rudyar.cortes@gmail.com>)
Ответы Re: how to get tuple  (Rudyar <rudyar.cortes@gmail.com>)
Список pgsql-hackers
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.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

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