Re: [PATCHES] Updated patch for tsearch contrib examples

2007-10-15 Thread Tom Lane
Heikki Linnakangas <[EMAIL PROTECTED]> writes: > Isn't dict_xsym like the built in synonym dictionary, but with support > for multiple replacement words? Why don't we just replace the built in > synonym dictionary with this? Well, we'd still need a contrib example that uses a config file, so that

Re: [PATCHES] Updated patch for tsearch contrib examples

2007-10-15 Thread Heikki Linnakangas
Tom Lane wrote: > I've reviewed and tested Sergey Karpov's proposed contrib modules > dict_int, dict_xsyn, and test_parser. Isn't dict_xsym like the built in synonym dictionary, but with support for multiple replacement words? Why don't we just replace the built in synonym dictionary with this? -

[PATCHES] Updated patch for tsearch contrib examples

2007-10-14 Thread Tom Lane
I've reviewed and tested Sergey Karpov's proposed contrib modules dict_int, dict_xsyn, and test_parser. Attached are the updated modules. I have not included the necessary contrib/Makefile and contrib/README additions, nor any patch for the main documentation. I expect we'll just strip out sectio