Re: cant get pg_dump/pg_restore to behave - Mailing list pgsql-general

From Mike Frysinger
Subject Re: cant get pg_dump/pg_restore to behave
Date
Msg-id 8bd0f97a0705041018u2f63724at44f6e0bc9bfccc84@mail.gmail.com
Whole thread Raw
In response to Re: cant get pg_dump/pg_restore to behave  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On 5/4/07, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> "Mike Frysinger" <vapier.adi@gmail.com> writes:
> > [postgres@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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Query not using index despite high statistics
Next
From: "Merlin Moncure"
Date:
Subject: Re: varchar as primary key