Обсуждение: Loading PDF fiel held on Databases

Поиск
Список
Период
Сортировка

Loading PDF fiel held on Databases

От
Linden
Дата:
Is it possible to store large image fiel's on a database then select
them from a search .

    If possible, while they are stored on the postgres database can you
instigate a search of the text held inside them.

            my thanks
            linden

Re: [GENERAL] Loading PDF fiel held on Databases

От
David Hartwig
Дата:

Linden wrote:

> Is it possible to store large image fiel's on a database then select
> them from a search .
>

Yes, the database supports large objects.   You may need to decide on your
client side requirements to make a better judgment.  For what its worth  ODBC
driver supports OLE objects.

>         If possible, while they are stored on the postgres database can you
> instigate a search of the text held inside them.
>

It does sound a bit tricky, but you could create your own functions to
accomplish this.