Re: unrecognized configuration parameter "synchronize_seqscans"

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: unrecognized configuration parameter "synchronize_seqscans"
Дата
Msg-id 24355.1212589709@sss.pgh.pa.us
обсуждение исходный текст
Ответ на unrecognized configuration parameter "synchronize_seqscans"  ("Mikel Lindsaar" <raasdnil@gmail.com>)
Список pgsql-admin
"Mikel Lindsaar" <raasdnil@gmail.com> writes:
> I am trying to set up a pg_dump between a postgresql 8.3.1 server and edb
> 8.3 server.

> When I do:
> pg_dump -s -U testmaster -h 10.0.0.1 -p 5444 testuser | psql -U postgres -h
> localhost testslave

> I get:
> pg_dump: SQL command failed
> pg_dump: Error message from server: ERROR: unrecognized configuration
> parameter "synchronize_seqscans"
> pg_dump: The command was: SET synchronize_seqscans TO off

Hmm, apparently the source isn't *really* 8.3 ... but it must claim to
be, else pg_dump wouldn't try to send it that command.  I think you're
confused about the version situation, and you've probably also got some
messy combination of stock PG server and edb-customized pg_dump, or
perhaps vice versa.  You're going to have to go ask them for help if
you can't get it sorted by triple-checking the versions.

            regards, tom lane

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

Предыдущее
От: Marcin Kasperski
Дата:
Сообщение: Is it possible to convert WAL's between architectures?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Create Index Performance Issue