Re: Strange behavior: row won't delete

From: Phoenix Kiula <phoenix(dot)kiula(at)gmail(dot)com>
To: Alan Hodgson <ahodgson(at)simkin(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Strange behavior: row won't delete
Date: 2009-03-03 16:27:25
Message-ID: e373d31e0903030827h4666f470u9e32e563d6076e2e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> commit the transaction where you altered the table. It has an open lock on
> the table.

=# commit;

WARNING: there is no transaction in progress
COMMIT
Time: 0.282 ms

So no, there's nothing pending.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Phoenix Kiula 2009-03-03 16:33:08 Re: Strange behavior: row won't delete
Previous Message Phoenix Kiula 2009-03-03 16:18:26 Re: Strange behavior: row won't delete