Re: [GENERAL] Quick Regex Question

2007-12-20 Thread Florian Aumeier
hi select 'Ho Ho Ho' ~* '^Ho'; returns true select 'Ho Ho Ho' ~* ' Ho'; returns true select 'Ho Ho Ho' ~* '[^ ]Ho'; returns false (Please note there is a space between ^ and ]) "A /bracket expression/ is a list of characters enclosed in []. It normally matches any single character from the li

Re: [GENERAL] thesaurus support in postgresql

2007-12-12 Thread Florian Aumeier
Hi Oleg, thanks for your reply. Unfortunately I can't do C programming :-( Regards Florian -- Media Ventures GmbH Jabber-ID [EMAIL PROTECTED] Telefon +49 (0) 2236 480 10 22 ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner wi

Re: [GENERAL] thesaurus support in postgresql

2007-12-12 Thread Florian Aumeier
just a follow up to my question regarding thesaurus support. Is there really no one here who knows anything about it? If there are plans for it? If there is someone currently working on it? Or if there is somebody else I could ask? Regards Florian -- Media Ventures GmbH Jabber-ID [EMAIL PROTEC

[GENERAL] thesaurus support in postgresql

2007-12-05 Thread Florian Aumeier
Hi, the docs for Full Text Search (pre 8.3: tsearch2) explain how to include a thesaurus dictionary. It also says the current implementation is only an extension of the synonym dictionary with added phrase support. Are there any plans to include a proper thesaurs support, with broader terms