manipulating HeapTuples in a libpq client

From: Eric Davies <eric(at)barrodale(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: manipulating HeapTuples in a libpq client
Date: 2007-11-24 00:51:53
Message-ID: da0dac5d-8007-431a-8725-465e3fb580ce@a39g2000pre.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I've got a server function that returns a set of HeapTuples. The
server function is invoked in a query sent by a libpq client.However,
I haven't spotted a way to decompose the HeapTuple returned to the
client. Attempts to call GetAttributeByNum on the client result in the
linker complaining about an undefined reference.

Any ideas appreciated.

Thank you.
Eric.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-11-24 05:20:04 Re: autovacuum process blocks without reporting a deadlock
Previous Message Michael Glaesemann 2007-11-23 22:44:00 Re: Primary Key