unrecognized configuration parameter "synchronize_seqscans"

From: "Mikel Lindsaar" <raasdnil(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: unrecognized configuration parameter "synchronize_seqscans"
Date: 2008-06-04 06:39:59
Message-ID: 57a815bf0806032339x66c24b3ah567f03ad03b62665@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Rudolf van der Leeden 2008-06-04 09:43:24 Create Index Performance Issue
Previous Message Tom Lane 2008-06-04 04:02:46 Re: transaction status error