Re: incremental dumps

From: Martin Collins <martin(at)mkcollins(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: incremental dumps
Date: 2013-08-01 13:24:13
Message-ID: 51FA617D.6000308@mkcollins.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 08/01/2013 02:59 AM, hamann(dot)w(at)t-online(dot)de wrote:
>
> However, the diff files seem to be considerably larger than one would expect.
> One obvious part of the problem is the fact that diff shows old and new text,

You could try using
diff --suppress-common-lines -ed
which in my experience creates the smallest diffs (actually ed scripts).
Apply them with
patch -e

Martin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sandeep Gupta 2013-08-01 14:25:18 Re: demystifying nested loop vs. merge join query plan choice
Previous Message Bèrto ëd Sèra 2013-08-01 13:20:26 Re: incremental dumps