Re: Insert binary data on postgre - Mailing list pgsql-admin

From Frank Knobbe
Subject Re: Insert binary data on postgre
Date
Msg-id 1088398310.1105.13.camel@localhost
Whole thread Raw
In response to Re: Insert binary data on postgre  ("Eduardo S. Fontanetti" <dufuzzy@yahoo.com.br>)
Responses Re: Insert binary data on postgre
List 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


Attachment

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Password with libpq
Next
From: "Eduardo S. Fontanetti"
Date:
Subject: Re: Insert binary data on postgre