Re: Handling Blobs with libpq

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Handling Blobs with libpq
Дата
Msg-id 3E7A3776.4080302@joeconway.com
обсуждение исходный текст
Ответ на Re: Handling Blobs with libpq  ("Nigel J. Andrews" <nandrews@investsystems.co.uk>)
Список pgsql-interfaces
Nigel J. Andrews wrote:
> Also, someone recently pointed out that even with bytea if the client encoding
> is different when selecting than it was when storing there is still a chance
> that your data will be come out different to how it should.
> 

If you are using libpq in your own C program, one way around these 
issues (for retrieval anyway) is to use a binary cursor.

Joe



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: "Nigel J. Andrews"
Дата:
Сообщение: Re: Handling Blobs with libpq
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: I want to send comments to the backend!