Re: Display large object from database

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Display large object from database
Дата
Msg-id 21743.1149530439@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Display large object from database  (<greg@officium.co.za>)
Список pgsql-novice
<greg@officium.co.za> writes:
> Thanks, I read the pgAdmin help on a bytea column, but it doesn't specify its maximum size. What is
> the largest filesize I can fit into a bytea column?

The hard limit is 1Gb.  Practical limit is probably a good deal less,
depending on your machine, but I don't know of anyone who's tried to
measure performance with such wide column values.

            regards, tom lane

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

Предыдущее
От:
Дата:
Сообщение: Re: Display large object from database
Следующее
От: "Moravec Jan"
Дата:
Сообщение: Inserting file content into column