Re: PQfformat question and retrieving bytea data in C

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: PQfformat question and retrieving bytea data in C
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C208588EB8@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на Re: PQfformat question and retrieving bytea data in C  (Jason Armstrong <ja@riverdrums.com>)
Ответы Re: PQfformat question and retrieving bytea data in C
Re: PQfformat question and retrieving bytea data in C
Список pgsql-general
Jason Armstrong wrote:
> I have updated my C library to return the binary data correctly. I
> note the restriction on not being able to retrieve different columns
> in different formats.

Actually, PostgreSQL supports that if you use the line protocol
to talk to the server (see the description of "Bind (F)" in
http://www.postgresql.org/docs/9.1/static/protocol-message-formats.html)
.

Alas, this is not supported by the C API.
Maybe that would be a useful extension to libpq.

Yours,
Laurenz Albe


В списке pgsql-general по дате отправления:

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: Need help on autovacuum in postgres 9.1.2
Следующее
От: Sergey Konoplev
Дата:
Сообщение: Re: Dropping a column on parent table doesn't propagate to children?