Binary data in postgres - Mailing list pgsql-general

From Tim Röstermundt
Subject Binary data in postgres
Date
Msg-id 36E7DB8B.70718348@uni-muenster.de
Whole thread Raw
List pgsql-general
Is it possible to store and restore (!) binary data in a postgres
database.
The 'Programmer's Guide' sais, there is a method
int PQbinaryTuples(PGresult *res);
which returns 1 if there is binary data in the result.
But how can I say postgres to save something in a binary style?
The result is allways NOT 1!

Thanks, Tim


pgsql-general by date:

Previous
From: "William J. Stotts"
Date:
Subject: Re: where to find PGAdmin
Next
From: Tom Lane
Date:
Subject: Re: [INTERFACES] threads and libpq