Re: [GENERAL] mysql load_file() function

2005-02-07 Thread Ben-Nes Yonatan
> On Feb 4, 2005, at 8:34 AM, Ben-Nes Yonatan wrote: > >>> On Fri, Feb 04, 2005 at 09:27:08AM +0200, Ben-Nes Yonatan wrote: Hi all, Does anyone know if PostgreSQL got a function which work like load_file() of mySQL? >>> >>> I am not quite sure what load_file() does, but check th

Re: [GENERAL] mysql load_file() function

2005-02-04 Thread Sean Davis
On Feb 4, 2005, at 8:34 AM, Ben-Nes Yonatan wrote: On Fri, Feb 04, 2005 at 09:27:08AM +0200, Ben-Nes Yonatan wrote: Hi all, Does anyone know if PostgreSQL got a function which work like load_file() of mySQL? I am not quite sure what load_file() does, but check the COPY command and the analgous \cop

Re: [GENERAL] mysql load_file() function

2005-02-04 Thread Shridhar Daithankar
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,pp

Re: [GENERAL] mysql load_file() function

2005-02-04 Thread Ben-Nes Yonatan
>On Fri, Feb 04, 2005 at 09:27:08AM +0200, Ben-Nes Yonatan wrote: >> Hi all, >> >> Does anyone know if PostgreSQL got a function which work like >> load_file() of mySQL? > > I am not quite sure what load_file() does, but check the COPY command > and the analgous \copy in psql. As with many other P

Re: [GENERAL] mysql load_file() function

2005-02-04 Thread David Fetter
On Fri, Feb 04, 2005 at 09:27:08AM +0200, Ben-Nes Yonatan wrote: > Hi all, > > Does anyone know if PostgreSQL got a function which work like > load_file() of mySQL? I am not quite sure what load_file() does, but check the COPY command and the analgous \copy in psql. As with many other PostgreSQ

[GENERAL] mysql load_file() function

2005-02-03 Thread Ben-Nes Yonatan
Hi all, Does anyone know if PostgreSQL got a function which work like load_file() of mySQL? I need it for uploading of big files... i encounter a memory limit when i try to upload a query with the file data in it and i recieved this response for a question about it at php-general maillist: "loa