RE: Searching Blobs

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'Matt Fair'" <matt(at)netasol(dot)com>, pgsql-interfaces(at)postgresql(dot)org
Subject: RE: Searching Blobs
Date: 2000-07-19 06:59:03
Message-ID: 1B3D5E532D18D311861A00600865478CF1B0F5@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)netasol(dot)com]
Sent: Tuesday, July 18, 2000 10:15 PM
To: pgsql-interfaces(at)postgresql(dot)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

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 2000-07-19 07:00:30 RE: jdbc how to get SERIAL
Previous Message Peter Mount 2000-07-19 06:56:21 RE: Connection.setBytes()