Re: cant get pg_dump/pg_restore to behave

Поиск
Список
Период
Сортировка
От Mike Frysinger
Тема Re: cant get pg_dump/pg_restore to behave
Дата
Msg-id 8bd0f97a0705041018u2f63724at44f6e0bc9bfccc84@mail.gmail.com
обсуждение исходный текст
Ответ на Re: cant get pg_dump/pg_restore to behave  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Query not using index despite high statistics
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: varchar as primary key