Re: [HACKERS] [PATCH] Add --ordered option to pg_dump

2010-04-15 Thread Bob Lunney
Thanks for the suggestion, Peter. It looks like pg_comparator is for comparing the contents of two different servers. I need to compare the contents of two dump files from the same server separated by time and busy developers. Regards, Bob Lunney --- On Thu, 4/15/10, Peter Eisentraut wrote

[HACKERS] [PATCH] Add --ordered option to pg_dump

2010-04-15 Thread Bob Lunney
tables, so use judiciously. This is my first patch submission, so I hope I've followed protocol.  If not, please be gentle! Regards, Bob Lunney bob_lunney dot yahoo dot com diff -cNr src/bin/pg_dump/pg_dump.c.orig src/bin/pg_dump/pg_dump.c *** src/bin/pg_dump/pg_dump.c.orig      2