Re: [GENERAL] manipulating HeapTuples in a libpq client

2007-11-24 Thread Martijn van Oosterhout
On Fri, Nov 23, 2007 at 04:51:53PM -0800, Eric Davies wrote: > 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 Get

[GENERAL] manipulating HeapTuples in a libpq client

2007-11-23 Thread Eric Davies
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 a