Is there an easy way to add an offset to the hex dump generated by xxd ? i.e instead of I should get Answer This is what I am doing now..It works perfectly but its kind of lame approach for just adding an offset 🙂
Tag: dump
Postgres pg_dump dumps database in a different order every time
I am writing a PHP script (which also uses linux bash commands) which will run through test cases by doing the following: I am using a PostgreSQL database (8.4.2)… 1.) Create a DB 2.) Modify the DB 3.) Store a database dump of the DB (pg_dump) 4.) Do regression testing by doing steps 1.) and 2.), and then take another