Re: Problem with COPY in 8.0.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem with COPY in 8.0.3
Дата
Msg-id 4389.1129153517@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Problem with COPY in 8.0.3  (Oliver Elphick <olly@lfix.co.uk>)
Ответы Re: Problem with COPY in 8.0.3  (Oliver Elphick <olly@lfix.co.uk>)
Список 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 по дате отправления:

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: Problem with COPY in 8.0.3
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Problem with COPY in 8.0.3