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

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: venkat <ven(dot)tammineni(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: How much the max image size can be inserted into Postgresql
Date: 2008-12-24 15:38:28
Message-ID: 49525774.9080205@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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 section of the MANUAL is:
http://www.postgresql.org/docs/current/static/largeobjects.html

If those assumptions are invalid or insufficient, perhaps you could
provide a more complete description of how you're doing things?

--
Craig Ringer

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Scott Marlowe 2008-12-24 16:54:03 Re: How much the max image size can be inserted into Postgresql
Previous Message venkat 2008-12-24 14:00:14 How much the max image size can be inserted into Postgresql