Re: Scanning a large binary field

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Scanning a large binary field
Дата
Msg-id 49BD7237.40304@hogranch.com
обсуждение исходный текст
Ответ на Re: Scanning a large binary field  (Kynn Jones <kynnjo@gmail.com>)
Ответы Re: Scanning a large binary field  (Sam Mason <sam@samason.me.uk>)
Список pgsql-general
Kynn Jones wrote:
> That's a fair question.  The program in question already gets from the
> relational database most of the external data it needs.  The only
> exception to this is these large amorphous blobs, as you describe
> them.  My only reason for wanting to put the blobs in the DB as well
> is to consolidate all the external data sources for the program.

well, look at the LO (large object) facility of postgres.   this is
available to apps that call libpq directly, I have no idea if any of the
generic 'portable' APIs would have any such hooks.



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

Предыдущее
От: Kynn Jones
Дата:
Сообщение: Re: Scanning a large binary field
Следующее
От: Cédric Villemain
Дата:
Сообщение: Re: [Pkg-postgresql-public] Postgres major version support policy on Debian