Binary data in postgres

Поиск
Список
Период
Сортировка
От Tim Röstermundt
Тема Binary data in postgres
Дата
Msg-id 36E7DB8B.70718348@uni-muenster.de
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "William J. Stotts"
Дата:
Сообщение: Re: where to find PGAdmin
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [INTERFACES] threads and libpq