Re: [SQL] How much the max image size can be inserted into Postgresql

2008-12-24 Thread Scott Marlowe
On Wed, Dec 24, 2008 at 7:00 AM, venkat wrote: > Dear All, > > I want to insert image which is more than 1 GB.is it possible to store that > same size or we can store more than that.Please let me know . Wow. The need for transactional semantics and storage of > 1Gig file size is an odd set of r

Re: [SQL] How much the max image size can be inserted into Postgresql

2008-12-24 Thread Craig Ringer
venkat wrote: > Dear All, > > I want to insert image which is more than 1 GB.is it possible to store > that same size or we can store more than that.Please let me know . Assuming that: - You're using PostgreSQL 8.3, and - You're using large objects to store your images; then the appropriate se

[SQL] How much the max image size can be inserted into Postgresql

2008-12-24 Thread venkat
Dear All, I want to insert image which is more than 1 GB.is it possible to store that same size or we can store more than that.Please let me know . I am waiting for your great response. Advanced Thanks, Regards Venkat.