manipulating HeapTuples in a libpq client - Mailing list pgsql-general

From Eric Davies
Subject manipulating HeapTuples in a libpq client
Date
Msg-id da0dac5d-8007-431a-8725-465e3fb580ce@a39g2000pre.googlegroups.com
Whole thread Raw
Responses Re: manipulating HeapTuples in a libpq client  (Martijn van Oosterhout <kleptog@svana.org>)
List 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.

pgsql-general by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: Primary Key
Next
From: Tom Lane
Date:
Subject: Re: autovacuum process blocks without reporting a deadlock