Strange behavior: row won't delete - Mailing list pgsql-general

From Phoenix Kiula
Subject Strange behavior: row won't delete
Date
Msg-id e373d31e0903030802r2567fc52hd75597c4201bc631@mail.gmail.com
Whole thread Raw
Responses Re: Strange behavior: row won't delete  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Strange behavior: row won't delete  (Alan Hodgson <ahodgson@simkin.ca>)
List pgsql-general
HI. I made a small alteration to a table (added a column).

Now when I do:

  vacuum analyze TABLENAME

or

  delete from TABLENAME where id = 99

Nothing happens! The carriage return means the my shell cursor goes to
the next line, but it just stays there. I thought something may be
happening silently but it has been sitting this way since an hour.

How can I debug this? Nothing in the logs at all.

pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: postgreSQL & amazon ec2 cloud
Next
From: Роман Маширов
Date:
Subject: date - null casted to integer?