> You should be using pg_dump --cluster 9.3/main .
Hallo Christoph,
tnx for the reply,
i used the -p option to connect to the right cluster
and then the default version of pg_dump get's choosen,
instead of the version of the cluster u are connecting to.
eg.
# pg_dump -p 51234 tempdb
pg_dump: server version: 9.3.0; pg_dump version: 9.1.9
pg_dump: aborting because of server version mismatch
so i checked the man pages again,
and there is no reference of the
'--cluster' option
in either the man pages (or --help option) of pg_dump or psql (debian
stable with apt.postgresql.org additional repo);
this option should be added to the man page in my opinion
mvg,
Wim
>
> Christoph