[GENERAL] Case sensitive full text searching

2008-09-03 Thread Fco. Mario Barcala
Hi all: Is there any way to create a case sensitive full text index? My target is to make case sensitive full text searches but I don't know how. I could create a configurario for full text searching: CREATE TEXT SEARCH CONFIGURATION public.myconfiguration (PARSER = pg_catalog.default); CREATE

Re: [GENERAL] Case sensitive full text searching

2008-09-03 Thread Oleg Bartunov
On Wed, 3 Sep 2008, Fco. Mario Barcala Rodr?guez wrote: Hi all: Is there any way to create a case sensitive full text index? My target is to make case sensitive full text searches but I don't know how. I could create a configurario for full text searching: CREATE TEXT SEARCH CONFIGURATION