Re: cant get pg_dump/pg_restore to behave

From: "Mike Frysinger" <vapier(dot)adi(at)gmail(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: cant get pg_dump/pg_restore to behave
Date: 2007-05-04 17:18:09
Message-ID: 8bd0f97a0705041018u2f63724at44f6e0bc9bfccc84@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 5/4/07, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> "Mike Frysinger" <vapier(dot)adi(at)gmail(dot)com> writes:
> > [postgres(at)backup 0 ~]$ psql -d gforge5 -f gforge.schema
> > ...
> > psql:gforge.schema:31: ERROR: could not access file
> > "$libdir/tsearch2": No such file or directory
>
> You don't have tsearch2 installed in the new installation.

looks like it's provided by "postgresql-contrib" ... sorry i guess my
unfamiliarity with postgres shows as i didnt know that this "tsearch2"
was a postrgres thing

installing that package fixes all the errors (except missing gforge
role, but that one i can handle)

sorry for the protracted thread and thanks for your help :)
-mike

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sebastian Hennebrueder 2007-05-04 17:22:31 Re: Feature Request --- was: PostgreSQL Performance Tuning
Previous Message Adrian Maier 2007-05-04 17:12:09 Re: multi-language web application: is it possible?