RE: Searching Blobs - Mailing list pgsql-interfaces

From Peter Mount
Subject RE: Searching Blobs
Date
Msg-id 1B3D5E532D18D311861A00600865478CF1B0F5@exchange1.nt.maidstone.gov.uk
Whole thread Raw
In response to Searching Blobs  (Matt Fair <matt@netasol.com>)
List pgsql-interfaces
There may be something in contrib to handle this. Also UDM indexes web pages
so it must handle this senario somehow (not really looked too deeply into
it).

Also the Text/Toast stuff may also handle this, but thats not in until a
near future release.

Peter

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council


-----Original Message-----
From: Matt Fair [mailto:matt@netasol.com]
Sent: Tuesday, July 18, 2000 10:15 PM
To: pgsql-interfaces@postgresql.org
Subject: [INTERFACES] Searching Blobs


I have placed strings in blobs and stored them into the database, the
people who helped me thank you.  I am using JDBC and I want to be able
to search these blobs for sub strings with a sql query and get a result
set back.  Is this possible or would I have to have java or some other
language parse through all blobs that I get back after I convert them
back to strings?  If this is so, it would be horribly inefficient.
Thanks
Matt Fair


pgsql-interfaces by date:

Previous
From: Peter Mount
Date:
Subject: RE: Connection.setBytes()
Next
From: Peter Mount
Date:
Subject: RE: jdbc how to get SERIAL