Re: Comparing two postgres dump files.

From: Nicolas Paris <niparisco(at)gmail(dot)com>
To: Kaushal Shriyan <kaushalshriyan(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Comparing two postgres dump files.
Date: 2015-12-03 09:58:02
Message-ID: CA+ssMOT_raiwmWhZmksNxTvKC+mMYqNCr3ADgaGTvMX3r61d9g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2015-12-03 7:12 GMT+01:00 Kaushal Shriyan <kaushalshriyan(at)gmail(dot)com>:

> Hi,
>
> Are there any scripts which will diff two pg_dump files for t1 and t2 time
> period. For example pg_dump taken on t1 -> 01/11/2015 and then on t2 ->
> 30/11/2015.
>
> backup_01112015.dump (dump taken on 01/11/2015)
> backup_30112015.dump (dump taken on 30/11/2015)
>
> Any help will be highly appreciable.
>
> Regards,
>
> Kaushal
>

​Hello,

Vim does that great (take a look at vimdiff)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nguyễn Trần Quốc Vinh 2015-12-03 10:17:36 Re: fast refresh materialized view
Previous Message John R Pierce 2015-12-03 09:42:27 Re: how to import "where exists(subquery)" EXISTS CONDITION performance?