Re: Proposal: syntax of operation with tsearch'sconfiguration

From: Markus Schiltknecht <markus(at)bluegap(dot)ch>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org, Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>, Simon Riggs <simon(at)2ndquadrant(dot)com>, Martijn van Oosterhout <kleptog(at)svana(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Teodor Sigaev <teodor(at)sigaev(dot)ru>
Subject: Re: Proposal: syntax of operation with tsearch'sconfiguration
Date: 2006-11-18 17:28:15
Message-ID: 455F42AF.50404@bluegap.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Peter Eisentraut wrote:
> Are there any issues with tsearch2 not in core?

I have run into troubles when restoring a dump, especially across
different versions of PostgreSQL and tsearch2. Mainly because pg_ts_*
are not system tables and thus need to be restored or installed separately.

And there still is the packaging issue which needs to be addressed. It's
not complicated, but a PITA to compile stemmers and setup custom
dictionaries.

What's really needed IMO is a clever packaging, including stemmers and
dictionaries for as many languages as we can come up with. So on a
debian system, it should become as simple as:

apt-get install postgresql-contrib-8.3
apt-get install postgresql-language-pack-english-8.3
apt-get install postgresql-language-pack-german-8.3
apt-get install postgresql-language-russian-german-8.3

Inclusion into core surely does not help with that.

Relabeling contrib to modules or extras or something would probably give
some people a warm fuzzy feeling when installing. OTOH, these are
probably the very same people who get excited about tsearch2 in core, so
if we want to satisfy them, we better put it right into core... I dunno.

Regards

Markus

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Matt Miller 2006-11-18 17:42:03 Re: [GENERAL] Allowing SYSDATE to Work
Previous Message Andrew Dunstan 2006-11-18 15:54:13 Re: Custom Data Type Question