Re: pg_restore problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_restore problem
Дата
Msg-id 23550.1077230545@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_restore problem  ("Roopali Sharma" <roopali.sharma@waterford.org>)
Список pgsql-general
"Roopali Sharma" <roopali.sharma@waterford.org> writes:
> I am trying to restore data from a production server (using Postgresql
> 7.3.x) to a test server using the latest release 7.4.1.
> It throws this error:
> pg_restore: [archiver (db)] could not execute query: ERROR:  could not
> find function "dblink_tok" in file "/usr/local/pgsql7.4.1/lib/dblink.so"

I see in the 7.3 dblink sources:

 * Note: dblink_tok is DEPRECATED;
 * it *will* be removed in favor of the new version on next release

and indeed it seems to be gone in 7.4.  Better update your code.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Inner join question
Следующее
От: Jim Crate
Дата:
Сообщение: Slow queries in PL/PGSQL function