On Wed, Jul 17, 2013 at 8:00 AM, Javier Urbano Contreras < javier.urbano.contre...@gmail.com> wrote:
> Does anyone any tool in command line for comparison schema/data? > You can write a simple script for this. For DATA, pg_dump -a (data only) the tables then use "sort" then "diff". For Schema, that's easier, just do a "diff" on a schema only dump.