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

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: How much the max image size can be inserted into Postgresql
Дата
Msg-id 49525774.9080205@postnewspapers.com.au
обсуждение исходный текст
Ответ на How much the max image size can be inserted into Postgresql  (venkat <ven.tammineni@gmail.com>)
Список 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


В списке pgsql-sql по дате отправления:

Предыдущее
От: venkat
Дата:
Сообщение: How much the max image size can be inserted into Postgresql
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: How much the max image size can be inserted into Postgresql