New version of tsearch V2 !

Started by Oleg Bartunovover 23 years ago3 messageshackers
Jump to latest
#1Oleg Bartunov
oleg@sai.msu.su

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

#2Caffeinate The World
mochaexpress@yahoo.com
In reply to: Oleg Bartunov (#1)
Re: [OpenFTS-general] New version of tsearch V2 !
--- 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

#3Oleg Bartunov
oleg@sai.msu.su
In reply to: Caffeinate The World (#2)
Re: [OpenFTS-general] New version of tsearch V2 !

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