Re: Multiple table entries? - Mailing list pgsql-general

From Greg Stark
Subject Re: Multiple table entries?
Date
Msg-id 407d949e0908221927q4445a8ag8f4e5a5e754c10ac@mail.gmail.com
Whole thread Raw
In response to Multiple table entries?  (Jeff Ross <jross@wykids.org>)
Responses Re: Multiple table entries?
List pgsql-general
On Sat, Aug 22, 2009 at 9:31 PM, Jeff Ross<jross@wykids.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

pgsql-general by date:

Previous
From: Greg Stark
Date:
Subject: Re: Multiple table entries?
Next
From: Greg Stark
Date:
Subject: Re: join from array or cursor