manipulating HeapTuples in a libpq client

Поиск
Список
Период
Сортировка
От Eric Davies
Тема manipulating HeapTuples in a libpq client
Дата
Msg-id da0dac5d-8007-431a-8725-465e3fb580ce@a39g2000pre.googlegroups.com
обсуждение исходный текст
Ответы Re: manipulating HeapTuples in a libpq client
Список 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 по дате отправления:

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: Primary Key
Следующее
От: Tom Lane
Дата:
Сообщение: Re: autovacuum process blocks without reporting a deadlock