Re: [DBmirror Issue] recordchange() dies in packageData unless there is a PRIMARY KEY on DELETE and UPDATEs.

From: "Mark McEahern" <marklists(at)mceahern(dot)com>
To: <pgsql-admin(at)postgresql(dot)org>, <pgsql-replication(at)postgresql(dot)org>
Subject: Re: [DBmirror Issue] recordchange() dies in packageData unless there is a PRIMARY KEY on DELETE and UPDATEs.
Date: 2002-09-24 13:22:26
Message-ID: JHEOKEOOLIGLDHCMAHMOKEAKEBAA.marklists@mceahern.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

-

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2002-09-24 16:20:40 Re: [DBmirror Issue] recordchange() dies in packageData unless there is a PRIMARY KEY on DELETE and UPDATEs.
Previous Message Gaetano Mendola 2002-09-24 07:35:35 Re: logging queries