Re: how to REINDEX pg_database on

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joshua Daniel Franklin <joshuadfranklin(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: how to REINDEX pg_database on
Date: 2009-07-20 18:01:20
Message-ID: 24753.1248112880@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Joshua Daniel Franklin <joshuadfranklin(at)gmail(dot)com> writes:
> NOTICE: table "pg_database" was reindexed

So you did the reindex ...

> xbrain_queries=# \l
> List of databases
> Name | Owner | Encoding
> ------+-------+----------
> (0 rows)

... and it didn't help. I think this shows that the indexes weren't the
problem. More likely this is a transaction wraparound issue.
Have you tried "VACUUM pg_database"? Sometimes that can get you out
of wraparound problems.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Joshua Daniel Franklin 2009-07-20 18:15:22 Re: how to REINDEX pg_database on
Previous Message Alvaro Herrera 2009-07-20 18:00:04 Re: how to REINDEX pg_database on