Re: Not able to update some rows in a table

From: Fabio Pardi <f(dot)pardi(at)portavita(dot)eu>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Not able to update some rows in a table
Date: 2018-07-02 15:02:18
Message-ID: f0baca8a-5532-bb95-b509-415656cd6725@portavita.eu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Marco,

I think more information would give to us a better picture.

can you please post the following?

postgres version

your table structure

how you are updating the records

if the problem is reproducible directly from the postgres prompt

how you are fetching results after the update

anything else to make the situation more clear (like errors in the logfile, or anything else you think is relevant)

regards,

fabio pardi

On 02/07/18 16:51, Marco Fochesato wrote:
> 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Robert Zenz 2018-07-02 15:03:00 Re: Not able to update some rows in a table
Previous Message Marco Fochesato 2018-07-02 14:51:42 Not able to update some rows in a table