Modify pg_dump so that the preferred dump order is by name within

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9e733eab6981e3c7c6730333f42320bed29b8a68
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-03-03T21:28:55Z
Releases: 8.0.0
Modify pg_dump so that the preferred dump order is by name within
object types, rather than by OID.  This should help ensure consistent
dump output from databases that are logically the same but have different
histories, per recent discussion about 'diffing' databases.  The patch
is bulky because of renaming of fields, but not very complicated.
Also, do some tweaking to cause BLOB restoration to be done in a better
order, and clean up pg_restore's textual output to exactly match pg_dump.

Files