Re: [GENERAL] inserting huge file into bytea cause out of memory

2013-08-07 Thread liuyuanyuan
liuyuanyuan From: Michael Paquier Date: 2013-08-07 15:26 To: Albe Laurenz CC: liuyuanyuan; Chris Travers; tv; pgsql-general Subject: Re: [GENERAL] inserting huge file into bytea cause out of memory On Wed, Aug 7, 2013 at 3:56 PM, Albe Laurenz wrote: > liuyuanyuan wrote: >>> By

Re: [GENERAL] inserting huge file into bytea cause out of memory

2013-08-06 Thread liuyuanyuan
lease write to me. Thanks in advance ! Liu Yuanyuan Aug 7, 2013 liuyuanyuan From: Chris Travers Date: 2013-08-07 00:49 To: Tomas Vondra CC: liuyuanyuan; pgsql-general Subject: Re: [GENERAL] inserting huge file into bytea cause out of memory On Tue, Aug 6, 2013 at 7:04 AM, Tomas Vondra wrote

Re: [GENERAL] inserting huge file into bytea cause out of memory

2013-08-06 Thread liuyuanyuan
Aug 7, 2013 From: Chris Travers Date: 2013-08-07 00:49 To: Tomas Vondra CC: liuyuanyuan; pgsql-general Subject: Re: [GENERAL] inserting huge file into bytea cause out of memory On Tue, Aug 6, 2013 at 7:04 AM, Tomas Vondra wrote: Hi, On 6 Srpen 2013, 9:12, liuyuanyuan wrote: > Error det

[GENERAL] inserting huge file into bytea cause out of memory

2013-08-06 Thread liuyuanyuan
Hello everyone! I got a out of memory problem, when I tried to insert a binary file (256MB) to bytea column; I want to get a way to insert files (vary from 1byte to 2GB) or byte array or binary stream into PostgreSQL bytea field, never cause out of memory. Fellowed by the details. Anybody