Dirk Lutzebaeck <[EMAIL PROTECTED]> writes:
> $ pg_dump cs1 -o > /tmp/x.dump
> parseNumericArray: bogus number
IIRC, this is what you see when you run a 6.5 pg_dump against a 7.0
database (or perhaps it was vice versa).
There's been talk of putting stricter version checking into pg_dump,
but tha
Bruce Momjian writes:
> This is terrible. I can't imagine how people use this without terrible
> problems. Why don't we get more bug reports about this?
Maybe this relates to this too:
$ pg_dump cs1 -o > /tmp/x.dump
parseNumericArray: bogus number
pg_dump aborts then. This is on 7.0 on Lin