Re: Mediawiki 1.10 and PG 8.3 upgrade

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jon Lapham <lapham(at)jandr(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Mediawiki 1.10 and PG 8.3 upgrade
Date: 2008-05-30 14:57:36
Message-ID: 3870.1212159456@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jon Lapham <lapham(at)jandr(dot)org> writes:
> My mediawiki pages are loading, but when I try to edit them, I get this
> error message:

> A database error has occurred Query: INSERT INTO pagecontent
> (old_id,old_text,old_flags) VALUES [snip] ERROR: text search
> configuration "default" does not exist CONTEXT: PL/pgSQL function
> "ts2_page_text" line 3 at assignment

There isn't a "default" configuration in 8.3, unless you make one named
that.

> These are just a 2 examples, there are others. The one common thread
> shared by all the instructions are that they say different things. How
> are we, Joe PostgreSQL users on the street, supposed to know which
> instructions to follow? Have I (very possible) missed some official
> PostgreSQL instructions?

http://www.postgresql.org/docs/8.3/static/textsearch-migration.html
http://www.postgresql.org/docs/8.3/static/tsearch2.html

I haven't personally tried that procedure with MediaWiki, though.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jon Lapham 2008-05-30 15:06:36 Re: Mediawiki 1.10 and PG 8.3 upgrade
Previous Message Joshua D. Drake 2008-05-30 14:52:57 Re: Mediawiki 1.10 and PG 8.3 upgrade