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: Thu, 25 Dec 2008 00:38:28 +0900
- Message-id: <49525774.9080205@postnewspapers.com.au> <text/plain>
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
Home |
Main Index |
Thread Index