Hi all, I have a piece of code that modifies a postgresql database, and I need to know precisely what changes this piece of code has made to the database. The code contains an ORM tool so it is a mystery what the tool is doing.
Does there exist an equivalent of pg_dump that is capable of dumping a database in a deterministic order so that a standard diff will make sense? Regards, Graham --
