libpq: binary data vs textual - Mailing list pgsql-general

From Вячеслав Блинников
Subject libpq: binary data vs textual
Date
Msg-id AANLkTimsqQ9izRDPso5ZhA7eonX9T3RmsAQ1oXNzxc4z@mail.gmail.com
Whole thread Raw
Responses Re: libpq: binary data vs textual  (Andy Colson <andy@squeakycode.net>)
List 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)?

pgsql-general by date:

Previous
From: Andreas Kretschmer
Date:
Subject: Re: Need help writing exclusion constraint
Next
From: Andy Colson
Date:
Subject: Re: libpq: binary data vs textual