Re: Not able to update some rows in a table

From: Robert Zenz <robert(dot)zenz(at)sibvisions(dot)com>
To: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Not able to update some rows in a table
Date: 2018-07-02 15:03:00
Message-ID: 5B3A3EA3.3070107@sibvisions.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

Oh, okay. What data types do these encompass?

> 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.

You mean you can't query them with all 20/21 columns present in the where clause?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Moreno Andreo 2018-07-02 15:07:10 Re: Not able to update some rows in a table
Previous Message Fabio Pardi 2018-07-02 15:02:18 Re: Not able to update some rows in a table