Full Text Indexing - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Full Text Indexing
Date
Msg-id ECEHIKNFIMMECLEBJFIGAEFBCBAA.chriskl@familyhealth.com.au
Whole thread Raw
Responses Re: Full Text Indexing  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi,

I'm playing around with the Full Text Indexing module, and I notice that
it's case-sensitive.  This seems to be pretty useless to me - especially for
my application.  I wonder if there'd be any objections to me modifying it to
be case-insensitive.  Or at least be configurable either way...

Also, the fti.pl that comes with the contrib seems to be using an outdated
version of CPAN's Pg.pm.

The Perl script currently does stuff in a procedural way:

ie. print(PQErrorMessage($conn))

Where it seems to need to be:
   print($conn->errorMessage).

I'm not sure if I'm missing something here, but I could also update it to
use the new interface.

Regards,

Chris



pgsql-hackers by date:

Previous
From: Philip Warner
Date:
Subject: Re: pg_depend
Next
From: Tim Allen
Date:
Subject: analyze strangeness