using pg_dump version lower than server version

Поиск
Список
Период
Сортировка
От Saranya Sivakumar
Тема using pg_dump version lower than server version
Дата
Msg-id 20070103162502.25845.qmail@web51312.mail.yahoo.com
обсуждение исходный текст
Ответы Re: using pg_dump version lower than server version
Список pgsql-novice
Hi All,

I am having trouble to dump a table on postgres 8.1.5 version using pg_dump 7.3/7.4.

I get the following message

pg_dump: server version: 8.1.5; pg_dump version: 7.4.14
pg_dump: proceeding despite version mismatch
pg_dump: SQL command failed
pg_dump: Error message from server: ERROR:  column "datpath" does not exist
pg_dump: The command was: SELECT (SELECT usename FROM pg_user WHERE usesysid = datdba) as dba, pg_encoding_to_char(encoding) as encoding, datpath FROM pg_database WHERE datname = 'DBNAME'

I have tried dumping using the 8.1.5 version of pg_dump and restore using 7.3, but that gives errors too, and I have to manually edit and comment out the lines causing problem.

Is there a workaround for this?

Thanks
Saranya


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Write to file from pgplsql function
Следующее
От: Tom Lane
Дата:
Сообщение: Re: using pg_dump version lower than server version