Updated patch for tsearch contrib examples

Started by Tom Lanealmost 19 years ago3 messagespatches
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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 sections 12.9 and 12.10 in favor of
referencing the contrib modules.

Last call for objections ...

regards, tom lane

#2Heikki Linnakangas
heikki.linnakangas@enterprisedb.com
In reply to: Tom Lane (#1)
Re: Updated patch for tsearch contrib examples

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?

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Heikki Linnakangas (#2)
Re: Updated patch for tsearch contrib examples

Heikki Linnakangas <heikki@enterprisedb.com> 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
there's an example of the right way to do that.

regards, tom lane