Re: unable to add or delete from table

From: "Tomeh, Husam" <htomeh(at)firstam(dot)com>
To: craig(at)airdigitalnetwork(dot)com, pgsql-admin(at)postgresql(dot)org
Subject: Re: unable to add or delete from table
Date: 2006-11-03 18:51:45
Message-ID: F1B0F9305B343E43A1C3EECE48B853D509304A@CITGSNA01SXCH02.ana.firstamdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


Check if the table is being locked by querying the pg_locks system view,
and resolve any locking if exists.

--
Husam

-----Original Message-----
From: pgsql-admin-owner(at)postgresql(dot)org
[mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of Craig Russell
Sent: Friday, November 03, 2006 10:41 AM
To: pgsql-admin(at)postgresql(dot)org
Subject: [ADMIN] unable to add or delete from table

I'm using a postgresql database as the back end for opennms. Everything

was running fine until I had to do some tuning a few weeks ago
(basically deleting old nodes, unmanaging interfaces, etc.) I did all of

this via the web ui that comes with opennms. However, I discovered a
couple of days ago that I am no longer able to add or delete nodes. It
appears that the node table is locked and nothing I have tried has
allowed me to modify this table. I have been able to work with the other

tables in the database just not the node table.

I am certainly not a sql expert but everything I have tried to date has
failed.

The command that I am running to delete a node from the command line is
as follows:

delete from node where nodeid=19;

This command just hangs at the command line and a ctrl-c jumps me out of

it. All that appears to be logged is a "query cancelled by user".

I have tried reindexing the table, running a vacuum on the table and the

database, all to no avail. I am able to run similar commands on other
tables to delete unwanted rows.

Any ideas on what I am missing here?

Thanks,

Craig Russell

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings
**********************************************************************
This message contains confidential information intended only for the use of the addressee(s) named above and may contain information that is legally privileged. If you are not the addressee, or the person responsible for delivering it to the addressee, you are hereby notified that reading, disseminating, distributing or copying this message is strictly prohibited. If you have received this message by mistake, please immediately notify us by replying to the message and delete the original message immediately thereafter.

Thank you.

FADLD Tag
**********************************************************************

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message imad 2006-11-03 19:14:05 Re: unable to add or delete from table
Previous Message Craig Russell 2006-11-03 18:40:44 unable to add or delete from table