Re: incremental dumps - Mailing list pgsql-general

From Martin Collins
Subject Re: incremental dumps
Date
Msg-id 51FA617D.6000308@mkcollins.org
Whole thread Raw
In response to incremental dumps  (hamann.w@t-online.de)
Responses Re: incremental dumps  (hamann.w@t-online.de)
List pgsql-general
On 08/01/2013 02:59 AM, hamann.w@t-online.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



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Add a NOT NULL column with default only during add
Next
From: Adrian Klaver
Date:
Subject: Re: Postgres 9.2.4 for Windows (Vista) Dell Vostro 400, re-installation failure PLEASE CAN SOMEONE HELP!! (nearly fixed)