non-functional update notice unneccesarily

From: Brett McCormickS <brett(at)abraxas(dot)scene(dot)com>
To: pgsql-hackers(at)hub(dot)org
Subject: non-functional update notice unneccesarily
Date: 1998-05-06 06:08:32
Message-ID: 199805060608.XAA05759@abraxas.scene.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


update mempayment set paywho = 'icvproxy' from do_addpayment where dappays
eq = payseqid;
NOTICE: Non-functional update, only first update is performed
UPDATE 31

more than one update was indeed performed..
I beleive this has happened to me before..

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message altex 1998-05-06 06:33:43 FATAL: Backend cache invalidation initialisation failed
Previous Message Thomas G. Lockhart 1998-05-06 01:44:56 Re: [QUESTIONS] Is there any work on Support for Foreign Key Clau se?