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
[EMAIL PROTECTED]
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'





---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to