Add a check to pg_dump to see whether backend is same version as pg_dump.
authorTom Lane
Tue, 4 Apr 2000 05:22:46 +0000 (05:22 +0000)
committerTom Lane
Tue, 4 Apr 2000 05:22:46 +0000 (05:22 +0000)
commitc84ba6638eda656efc6ffdf279bc66fbdcc36c9d
treea38b83f8b6d0f5669d6b02ee5ea89b5f543cf768
parentedd4131e6e65f876d21461ae092addc2d8e534f4
Add a check to pg_dump to see whether backend is same version as pg_dump.
If not, abort by default.  Abort can be prevented by using -i or
--ignore-version switch.
doc/src/sgml/ref/pg_dump.sgml
src/bin/pg_dump/pg_dump.c