| От | 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
|
| Список | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера