Re: [GENERAL] Loading PDF fiel held on Databases - Mailing list pgsql-general

From David Hartwig
Subject Re: [GENERAL] Loading PDF fiel held on Databases
Date
Msg-id 35741D48.B1470212@insightdist.com
Whole thread Raw
In response to Loading PDF fiel held on Databases  (Linden <linden@leighton.com>)
List pgsql-general

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.


pgsql-general by date:

Previous
From: Linden
Date:
Subject: Loading PDF fiel held on Databases
Next
From: "Jackson, DeJuan"
Date:
Subject: RE: [GENERAL] Re: [HACKERS] custom types and optimization