Is earlier error "Could not locate the record for deletion" fixed?

From: Knut Nymoen <nymoen(at)systek(dot)no>
To: pgadmin-support(at)postgresql(dot)org
Subject: Is earlier error "Could not locate the record for deletion" fixed?
Date: 2002-06-04 19:05:43
Message-ID: 3CFD0F87.52414E54@systek.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi,

I hope you can help me a bit here.

I just discovered a problem with deleting records from a table using
pgAdmin II,
where I got the message "Could not locate the record for deletion in the
database"
I am using version 1.2.0 of pgAdmin btw and postgresql 7.1

However, I found a post from Dave at
http://archives.postgresql.org/pgadmin-support/2001-11/msg00005.php
where he say that he is working on this bug.

Do you know if this bug is fixed?

Thanks!

/Knut Nymoen
nymoen(at)systek(dot)no
Systek AS, Billingstad, Norway

The table definition:
-- Table: productorder
CREATE TABLE "productorder" (
"address" text,
"productorderid" int8,
"date" timestamp,
"paytype" int4,
"productid" int8,
"number" int4,
"state" int4,
"customerid" int8
);

The log from postgresql:

SELECT count(*) AS count FROM "productorder" WHERE "address" = 'CATARINA
BERG. HEEN GÅRD, 1880 EIDSBERG' AND "productorderid" = '12399' AND
"date" = '2002-02-25 21:29:29' AND "paytype" = '2' AND "productid" =
'10007' AND "number" = '1' AND "state" = '2' AND "customerid" = '12232'

Browse pgadmin-support by date

  From Date Subject
Next Message Robert 2002-06-05 05:09:53
Previous Message Vergoz Michael 2002-06-04 16:27:01 clustering