Re: Values not being updated.

From: Dave Page <dpage(at)postgresql(dot)org>
To: Maximiliano Pin <mcpin(at)emtesistemas(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Values not being updated.
Date: 2007-03-29 07:42:36
Message-ID: 460B6DEC.3070809@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Maximiliano Pin wrote:
> We found this bug: after some weeks using a database, updates to some
> table values from pgadmin are always ignored. They're aparently updated
> without error, but closing the window and opening the table again shows
> the value has not been changed. Adding OIDs to that table, sometimes
> fixes the problem, sometimes not. Then, we must use command line psql to
> update values.
>
> Using pgadmin III 1.6.2 (Windows 2000) with postgres 8.1.2 (HP-UX).

Does it happen with 1.6.3? If so, can you please turn the log level up
to include SQL (under File->Options->Logging), recreate the problem and
check the log to see what's wring with the query?

There was a bug fixed the other day (but not in time for 1.6.3) which
would cause the key to be incorrectly generated if any of the columns in
the primary key were empty strings. It's possible this is the cause.

Regards, Dave

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message David BOCCOU 2007-03-29 08:03:15 Module d'import/export
Previous Message Dave Page 2007-03-29 04:01:08 [ANNOUNCE] pgAdmin III v1.6.3 released