Re: mysql load_file() function

From: Shridhar Daithankar <ghodechhap(at)ghodechhap(dot)net>
To: "Ben-Nes Yonatan" <da(at)canaan(dot)co(dot)il>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: mysql load_file() function
Date: 2005-02-04 14:16:35
Message-ID: 200502041946.35143.ghodechhap@ghodechhap.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Friday 04 Feb 2005 7:04 pm, Ben-Nes Yonatan wrote:
First thanks for your answer David but im afraid that i still got a problem
> with this solution... im not trying to upload a big file which contain data
> which is supposed to be divided to plenty of rows, i want to upload a big
> file (wav,ppt,whatever...) into one column one row... maybe i can use COPY
> to upload the rows to a temp_table and then from there build the file at
> the primary table so it will be only postgresql working in his own
> enviroment... though that seem "too heavy" isnt there a better elegant
> solution?

May be this will help..

http://www.postgresql.org/docs/8.0/static/datatype-binary.html

> >HTH :)
> Whats HTH? and to what should i vote? ;)

HTH is Hope this/that helps..

Shridhar

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruno Wolff III 2005-02-04 14:18:16 Re: How to delete duplicate rows?
Previous Message Art Fore 2005-02-04 14:08:57 Re: Postgresql 8.0 beta 5 setup in windowsxp