Re: how to get tuple

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Rudyar <rudyar(dot)cortes(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: how to get tuple
Date: 2011-11-17 22:16:12
Message-ID: CA+TgmoYR8HJ2g2bRitYmstAC76=FoR+aAy27mF0DAvk7F74T8w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Nov 16, 2011 at 9:38 AM, Rudyar <rudyar(dot)cortes(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rudyar 2011-11-17 22:19:03 Re: how to get tuple
Previous Message Robert Haas 2011-11-17 22:14:30 Re: Refactoring on DROP/ALTER SET SCHEMA/ALTER RENAME TO statement