Re: Storing large files in multiple schemas: BLOB or BYTEA

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: Storing large files in multiple schemas: BLOB or BYTEA
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C20886AE29@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на Storing large files in multiple schemas: BLOB or BYTEA  (<tigran2-postgres@riatest.com>)
Список pgsql-general
tigran2-postgres@riatest.com wrote:
> Is there any other way to store large data in Postgres that allows
streaming and correctly works with
> multiple schemas per database?

Large Objects and bytea are the only ways.

If you want to pg_dump only certain large objects, that won't work
as far as I know (maybe using permissions and a non-superuser can help).

You absolutely need to pg_dump parts of the database regularly?

Yours,
Laurenz Albe


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

Предыдущее
От: Seref Arikan
Дата:
Сообщение: Re: Suggestions for the best strategy to emulate returning multiple sets of results
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: moving from MySQL to pgsql