Re: unable to install tsearch2 on PostgreSQL 8.3.7 successfully

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: l0rins <ahmedadel_109(at)yahoo(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: unable to install tsearch2 on PostgreSQL 8.3.7 successfully
Date: 2009-04-10 15:23:56
Message-ID: 23393.1239377036@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

l0rins <ahmedadel_109(at)yahoo(dot)com> writes:
> In version 8.1, tsearch2.sql contained SQL statements to create 4 pg_ts_*
> tables: pg_ts_cfg, pg_ts_dict, ... and populate them with data. These
> statements are missing in tsearch2.sql 8.3.7 version. So, I'm getting:
> ERROR: relation "pg_ts_*" does not exist when trying to run tsearch
> statements on version 8.3.2.

You need to read the documentation --- 8.3's text search facility
is quite a lot different from previous releases, and contrib/tsearch2
is now just a compatibility layer that does not fully hide the
differences.
http://www.postgresql.org/docs/8.3/static/textsearch-migration.html

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-04-10 15:30:30 Re: Closing some 8.4 open items
Previous Message David Fetter 2009-04-10 15:22:43 Re: Closing some 8.4 open items