Re: Not able to update some rows in a table - Mailing list pgsql-general

From Charles Clavadetscher
Subject Re: Not able to update some rows in a table
Date
Msg-id 0FF7EAE6-6BF8-4B3C-9428-47F716DD626A@swisspug.org
Whole thread Raw
In response to Not able to update some rows in a table  (Marco Fochesato <marcofoc@gmail.com>)
List pgsql-general

On 02.07.2018, at 17:59, Marco Fochesato <marcofoc@gmail.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.

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Not able to update some rows in a table
Next
From: Marco Fochesato
Date:
Subject: Re: Not able to update some rows in a table