Re: Multiple table entries?

From: Greg Stark <gsstark(at)mit(dot)edu>
To: Jeff Ross <jross(at)wykids(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Multiple table entries?
Date: 2009-08-23 02:17:09
Message-ID: 407d949e0908221917y142b78d1g37e4321a969709e1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, Aug 22, 2009 at 9:31 PM, Jeff Ross<jross(at)wykids(dot)org> wrote:
> Hi,
>
> I recently upgraded to 8.4 and everything went great.  All databases are
> working as they are supposed to, no problems seen.
>
> Today, however, I did a \d on a database and was surprised to see sets of 5
> identical table entries for each one that is supposed to be there.

Ugh.

What does

select xmin,xmax,ctid,oid,* from pg_class

return?

--
greg
http://mit.edu/~gsstark/resume.pdf

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Greg Stark 2009-08-23 02:27:31 Re: Multiple table entries?
Previous Message John DeSoi 2009-08-23 00:30:42 Re: join from array or cursor