Re: [DBmirror Issue] recordchange() dies in packageData unless thereis a PRIMARY KEY on DELETE and UPDATEs. - Mailing list pgsql-admin

From Mark McEahern
Subject Re: [DBmirror Issue] recordchange() dies in packageData unless thereis a PRIMARY KEY on DELETE and UPDATEs.
Date
Msg-id JHEOKEOOLIGLDHCMAHMOKEAKEBAA.marklists@mceahern.com
Whole thread Raw
In response to Re: [DBmirror Issue] recordchange() dies in packageData unless there is a PRIMARY KEY on DELETE and UPDATEs.  ("Rajesh Kumar Mallah." <mallah@trade-india.com>)
List pgsql-admin
[Rajesh Kumar Mallah]
> Hi can you help me with applying the patch
> i dunno much abt patch
>
> # patch -p0 < patch
> patch: **** malformed patch at line 7: PRIMARY);

It looks like a context patch.  patch --help should tell you how to apply a
context patch.  It will also tell you the basic syntax.  Suppose I had a
patch in a file called foobar.patch.  And the file I wanted to patch was
called foobar.  I'd apply it like this:

    patch foobar foobar.patch

Cheers,

// mark

-



pgsql-admin by date:

Previous
From: "Gaetano Mendola"
Date:
Subject: Re: logging queries
Next
From: Tom Lane
Date:
Subject: Re: [DBmirror Issue] recordchange() dies in packageData unless there is a PRIMARY KEY on DELETE and UPDATEs.