Binary data in postgres

From: Tim Röstermundt <rosterm(at)uni-muenster(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Binary data in postgres
Date: 1999-03-11 15:04:43
Message-ID: 36E7DB8B.70718348@uni-muenster.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 1999-03-11 15:14:10 Re: [INTERFACES] threads and libpq
Previous Message William J. Stotts 1999-03-11 14:53:46 Re: where to find PGAdmin