Re: Insert binary data on postgre

Поиск
Список
Период
Сортировка
От Frank Knobbe
Тема Re: Insert binary data on postgre
Дата
Msg-id 1088398310.1105.13.camel@localhost
обсуждение исходный текст
Ответ на Re: Insert binary data on postgre  ("Eduardo S. Fontanetti" <dufuzzy@yahoo.com.br>)
Ответы Re: Insert binary data on postgre  ("Eduardo S. Fontanetti" <dufuzzy@yahoo.com.br>)
Список pgsql-admin
On Fri, 2004-06-25 at 07:43, Eduardo S. Fontanetti wrote:
> I forgot a little, or better, a big detail, to do this
> translating from binary to ANSI of a file with 100Kb,
> it will return something like 500000 bytes, and this
> process is very, very and very slow. Then I need to
> use another way.

Have you considered uuencoding or binhexing the data so that you end up
with a "clean" string you can commit? (It will still suck up twice the
file size in space though).

Regards,
Frank


Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Password with libpq
Следующее
От: "Eduardo S. Fontanetti"
Дата:
Сообщение: Re: Insert binary data on postgre