unrecognized configuration parameter "synchronize_seqscans" - Mailing list pgsql-admin

From Mikel Lindsaar
Subject unrecognized configuration parameter "synchronize_seqscans"
Date
Msg-id 57a815bf0806032339x66c24b3ah567f03ad03b62665@mail.gmail.com
Whole thread Raw
Responses Re: unrecognized configuration parameter "synchronize_seqscans"
List pgsql-admin
Hey all, I posted this over on the EDB forums as well, no answers yet, so I am trying here.

I am trying to set up a pg_dump between a postgresql 8.3.1 server and edb 8.3 server. 

This is to get slony working between the two. 

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 

Any ideas on how to get around this?  - Maybe manually doing the dump command with psql?

Thanks 

Mikel 


pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: transaction status error
Next
From: Rudolf van der Leeden
Date:
Subject: Create Index Performance Issue