Re: how to REINDEX pg_database on - Mailing list pgsql-admin

From Tom Lane
Subject Re: how to REINDEX pg_database on
Date
Msg-id 24753.1248112880@sss.pgh.pa.us
Whole thread Raw
In response to Re: how to REINDEX pg_database on  (Joshua Daniel Franklin <joshuadfranklin@gmail.com>)
List pgsql-admin
Joshua Daniel Franklin <joshuadfranklin@gmail.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

pgsql-admin by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: how to REINDEX pg_database on
Next
From: Joshua Daniel Franklin
Date:
Subject: Re: how to REINDEX pg_database on