Strange behavior: row won't delete

From: Phoenix Kiula <phoenix(dot)kiula(at)gmail(dot)com>
To: PG-General Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Strange behavior: row won't delete
Date: 2009-03-03 16:02:14
Message-ID: e373d31e0903030802r2567fc52hd75597c4201bc631@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-03-03 16:10:41 Re: Strange behavior: row won't delete
Previous Message Adrian Klaver 2009-03-03 15:48:08 Re: postgreSQL & amazon ec2 cloud