Re: postgre2postgre

From: Chris <dmagick(at)gmail(dot)com>
To: "F(dot)" <dev001(at)pas-world(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: postgre2postgre
Date: 2009-02-04 22:42:54
Message-ID: 498A19EE.7020406@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

F. wrote:
> Hello,
> I am trying to migrate from postgresql-8.1.11-1.el5_1.1 (i386) to
> postgresql-8.3.4-1.fc10.x86_64. But I can not.
>
> Database uses ltree and tsearch and the problem seems to be this.
>
> I am using,
> pg_dump in first computer and psql in second computer to execute script.
>
> First error:
> psql:informatica.sql:24: ERROR: no se encuentra la función «gtsvector_in» en el archivo «/usr/lib64/pgsql/tsearch2.so»
>
> Anyone know any way to migrate?

tsearch2 became a built in module, there is doco on the website about
how to handle this:

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

--
Postgresql & php tutorials
http://www.designmagick.com/

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Jamie Tufnell 2009-02-05 06:05:28 current_date vs 'now'
Previous Message Devrim GÜNDÜZ 2009-02-04 22:41:56 Re: postgre2postgre