Use the new GUC variable default_with_oids in pg_dump, rather than using

Bruce Momjian <bruce@momjian.us>

Commit: f23cce73b302e462b6f89580328f41ea5fa190cd
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-03-24T03:06:08Z
Releases: 8.0.0
Use the new GUC variable default_with_oids in pg_dump, rather than using
WITH/WITHOUT OIDS in dump files.  This makes dump files more portable.

I have updated the pg_dump version so old binary dumps will load fine.

Pre-7.5 dumps use WITHOUT OIDS in SQL were needed, so they should be
fine.

Files