Greg Stark wrote:
> 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
>
>
>
http://openvistas.net/pg_namespace_query.html
Jeff