On Wed, Nov 16, 2011 at 9:38 AM, Rudyar <[email protected]> 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 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
