psql: complain if pg_dump custom-format is detected

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 3c2aa0c6f27fc921c881b3bf0b6df03fdf557304
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2014-10-24T10:14:09Z
Releases: 9.5.0
psql: complain if pg_dump custom-format is detected

Apparently, this is a very common mistake for users to make; it is
better to have it fail reasonably rather than throw potentially a large
number of errors.  Since we have a magic string at the start of the
file, we can detect the case easily and there's no other possible useful
behavior anyway.

Author: Craig Ringer

Files

PathChange+/−
src/bin/psql/mainloop.c modified +12 −0