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:27:31
Message-ID: 407d949e0908221927q4445a8ag8f4e5a5e754c10ac@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:
> I browsed through the system catalogs but haven't found anything yet that
> can shine some light on this.

Actually, I wonder if this isn't more likely to show the problem -- it
would explain why *all* your tables are showing up with duplicates
rather than just one.

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

--
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:36:09 Re: join from array or cursor
Previous Message Greg Stark 2009-08-23 02:17:09 Re: Multiple table entries?