Re: Problem with COPY in 8.0.3 - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Problem with COPY in 8.0.3
Date
Msg-id 4389.1129153517@sss.pgh.pa.us
Whole thread Raw
In response to Re: Problem with COPY in 8.0.3  (Oliver Elphick <olly@lfix.co.uk>)
Responses Re: Problem with COPY in 8.0.3
List pgsql-bugs
Oliver Elphick <olly@lfix.co.uk> writes:
> ... in this particular case, the column
> order was wrong.  I should add that the table inherits from another one,
> but the swapped columns are a long way into the extra columns specific
> to this table.

Hm.  Could we see the actual pg_attribute data for both this table and
its parent?  I'm thinking of something like

select * from pg_attribute where attrelid = 'foo'::regclass order by attnum;

for each table.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Problem with COPY in 8.0.3
Next
From: Tom Lane
Date:
Subject: Re: Problem with COPY in 8.0.3