delete orphans from pg_class

From: cypisek <cypisek77(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: delete orphans from pg_class
Date: 2014-09-16 20:55:07
Message-ID: 1410900907358-5819256.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I inherited a 8.4.9 500gb database. After doing some analysis on it I
found two issues that I am not sure how to handle.

1. There is an object in pg_class that I can only query by oid or by using
ilike instead of = . That objects also only exists in pg_class, it does
not exist in pg_depend nor does it show up in any other system tables. Of
course, it does not show up in the database through pg_admin. This object
is a sequence. It is preventing me from taking a pg_dump of that schema
because it is telling me that the object does not exist. Can I just
remove this object from the pg_class table.

2. Same story for a pg_toast_xxxxxxxx table. It has a very high age of
relfrozenxid and I worry that soon, this will become an issue. Vacuum full
on all databases on this cluster does not help since the toast table does
not really belong to any real table. Can I remove this row from pg_class
or would it cause an issue? Do I have any other options to remove this
object?

Thank you.
Andrzej

--
View this message in context: http://postgresql.1045698.n5.nabble.com/delete-orphans-from-pg-class-tp5819256.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.

Browse pgsql-admin by date

  From Date Subject
Next Message Rajesh Madiwale 2014-09-17 04:00:28 Re: log message from autovac doesn't include db name
Previous Message Matheus de Oliveira 2014-09-16 17:52:25 Re: log message from autovac doesn't include db name