Re: Error migrating from Postgres 6.3.2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Error migrating from Postgres 6.3.2
Дата
Msg-id 28693.985620698@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Error migrating from Postgres 6.3.2  (Luis Martínez <luimarma@iti.upv.es>)
Список pgsql-admin
Luis =?iso-8859-1?q?Mart=EDnez?= <luimarma@iti.upv.es> writes:
> I am migrating from postgres 6.3.2 to 7.1 Beta6. After performing a
> pg_dumpall > backupfile on my old pgsql version I try to restore the data
> with psql -d template1 -f backupfile, but I get "Unable to locate type name
> 'char16' in catalog" on tables such as onek, tenk1 ,tenk2....

Those look suspiciously like tables in the regression tests; I bet you
ran the regression tests in 6.3.2 and never bothered to clean up afterwards.
Consider just cutting the whole regression-database section out of the
backupfile.

            regards, tom lane

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

Предыдущее
От: Luis Martínez
Дата:
Сообщение: Error migrating from Postgres 6.3.2
Следующее
От: Peter Eisentraut
Дата:
Сообщение: RE: Sorry, too many clients already