Re: [GENERAL] Loading PDF fiel held on Databases

From: David Hartwig <daveh(at)insightdist(dot)com>
To: Linden <linden(at)leighton(dot)com>, "pgsql-general(at)postgreSQL(dot)org" <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] Loading PDF fiel held on Databases
Date: 1998-06-02 15:42:00
Message-ID: 35741D48.B1470212@insightdist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jackson, DeJuan 1998-06-02 16:37:38 RE: [GENERAL] Re: [HACKERS] custom types and optimization
Previous Message Linden 1998-06-02 14:29:06 Loading PDF fiel held on Databases