Re: Not able to update some rows in a table

From: Charles Clavadetscher <clavadetscher(at)swisspug(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Not able to update some rows in a table
Date: 2018-07-02 16:09:41
Message-ID: 0FF7EAE6-6BF8-4B3C-9428-47F716DD626A@swisspug.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


>> On 02.07.2018, at 17:59, Marco Fochesato <marcofoc(at)gmail(dot)com> wrote:
>>
>>
>>>
>>> I would suggest writing a self-contained script that creates the table, inserts a single record, and updates that record. Present that for consideration along with a description or capture of the results of running the script on your machine.
>>
>> But not all the records fail the update...
>
> Do you have a trigger or a rule intercepting the update? You may see this with \d in a console.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marco Fochesato 2018-07-03 05:29:40 Re: Not able to update some rows in a table
Previous Message Tom Lane 2018-07-02 16:06:10 Re: Not able to update some rows in a table