Not able to update some rows in a table

From: Marco Fochesato <marcofoc(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Not able to update some rows in a table
Date: 2018-07-02 14:51:42
Message-ID: CAECC44feKzvSFx-EVB3zEFejwDJQPepvwjw1NXAL9X+qZp4HBg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dear all,
I have a table with 21 columns.
Primary key is done with 20 of these colums.

I have 3.313 records.
I don't know why, but I'm not able to update some of these records.
I don't understand, it seems that I'm not able to fetch.
It happens with Pgadmin, with Python Psycopg2 and also through Libreoffice
Base.

Looking to the properties of the table in Pgadmin, I can see only the
estimated number
of rows. Counted rows are 'not counted'.

--
Marco Fochesato

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Fabio Pardi 2018-07-02 15:02:18 Re: Not able to update some rows in a table
Previous Message pinker 2018-07-02 14:25:01 except all & WITH - syntax error?