Group: pgsql.patches


Subject: Updated patch for tsearch contrib examples
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 10/15/2007 10:05:06 AM
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 ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match