[ADMIN] pg_dump formatting

2009-03-19 Thread Caleb Cushing
is there any way to format the output of pg_dump? in a way that is more diff-able? like line wrap on each row, record or something? that way you can easily find the differences of each dump if need be? -- Caleb Cushing http://xenoterracide.blogspot.com -- Sent via pgsql-admin mailing list

Re: [ADMIN] pg_dump formatting

2009-03-20 Thread Caleb Cushing
he character difference might be like 1 character. I suppose I could write a regex script that reformats the dump, personally that scares me a bit. it'd be great if pg could have the option to dump in a more 'diff-able' way. -- Caleb Cushing http://xenoterracide.blogspot.c

Re: [ADMIN] pg_dump formatting

2009-03-21 Thread Caleb Cushing
at 79 characters or maybe 78 with \ at the end or something... mysql is much more abysmal, and I believe it puts the entire table on one line... or some such insanity. -- Caleb Cushing http://xenoterracide.blogspot.com -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make c