reloading really big tables

Поиск
Список
Период
Сортировка
От Johnson, Shaunn
Тема reloading really big tables
Дата
Msg-id 73309C2FDD95D11192E60008C7B1D5BB04C73D62@snt452.corp.bcbsm.com
обсуждение исходный текст
Ответы Re: reloading really big tables  (Steve Lane <slane@fmpro.com>)
Список pgsql-general

Howdy:

Moving data from PostgreSQL 7.1.3 to PostgreSQL 7.2.1
and am trying to reload a few tables (large ones).

So, to save my original tables, I used
the new pg_dump (7.2.1) and have them as flat files.
When I try to restore some of the files, I get:

[error]

psql:table_detail.Fri:48:
ERROR:  copy: line 1, value too long for type character(1)

psql:table_detail.Fri:48:
lost synchronization with server, resetting connection

[/error]

What does this mean?  Why isn't the table recreated?
Is it too big?  It seems that smaller tables are okay
when I restore them.

I've also tried the " cat file| psql -U postgres -d database "
and still get the same error. 

Suggestions?

Thanks!

-X

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: \d very, very, very slow
Следующее
От: "Markus Wollny"
Дата:
Сообщение: Re: Questions regarding contrib/tsearch