libpq: binary data vs textual

From: Вячеслав Блинников <slavmfm(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: libpq: binary data vs textual
Date: 2011-01-16 14:13:01
Message-ID: AANLkTimsqQ9izRDPso5ZhA7eonX9T3RmsAQ1oXNzxc4z@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Database returns information from "integer" and "biging" fields as text
(values represented as string which must be read via atoi()/atol()) - is
there a way to retrieve such data as binary? Will not PostgreSQL suddenly
start return information in binary format (while I will continue read it as
text)?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andy Colson 2011-01-16 15:07:28 Re: libpq: binary data vs textual
Previous Message Andreas Kretschmer 2011-01-16 13:59:44 Re: Need help writing exclusion constraint