Re: Problem with COPY in 8.0.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: olly(at)lfix(dot)co(dot)uk
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Problem with COPY in 8.0.3
Date: 2005-10-12 21:45:17
Message-ID: 4389.1129153517@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Oliver Elphick <olly(at)lfix(dot)co(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2005-10-12 21:48:08 Re: Problem with COPY in 8.0.3
Previous Message Michael Fuhr 2005-10-12 20:40:27 Re: Problem with COPY in 8.0.3