New version of tsearch V2 !
Hi,
please test new version of contrib/tsearch V2 available for
download from http://www.sai.msu.su/~megera/postgres/gist/
Fixed: txtidx now allows void value
It's possible to specify default value for txtidx, for example:
create table qq (a txtidx default '', c int4);
Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83
--- Oleg Bartunov <oleg@sai.msu.su> wrote:
Hi,
please test new version of contrib/tsearch V2 available for
download from http://www.sai.msu.su/~megera/postgres/gist/Fixed: txtidx now allows void value
It's possible to specify default value for txtidx, for example:
create table qq (a txtidx default '', c int4);
Great! Do I need to drop the current tsearch v2 related functions in
the current db to make this effective or just compile and install the
module?
---
Thomas
__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com
On Thu, 20 Mar 2003, Caffeinate The World wrote:
--- Oleg Bartunov <oleg@sai.msu.su> wrote:Hi,
please test new version of contrib/tsearch V2 available for
download from http://www.sai.msu.su/~megera/postgres/gist/Fixed: txtidx now allows void value
It's possible to specify default value for txtidx, for example:
create table qq (a txtidx default '', c int4);
Great! Do I need to drop the current tsearch v2 related functions in
the current db to make this effective or just compile and install the
module?
just compile and install
---
Thomas__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com
Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83