Restoring 8.2 to 8.0

Поиск
Список
Период
Сортировка
От Robert Fitzpatrick
Тема Restoring 8.2 to 8.0
Дата
Msg-id 1180713740.4982.8.camel@columbus.webtent.org
обсуждение исходный текст
Ответы Re: Restoring 8.2 to 8.0  (RW <postgres@tauceti.net>)
Список pgsql-general
I have a dump from 8.2 restored to file that was pg_dump'd with format c
from a production server. I want to know if it is possible for me to
restore this to a 8.0 development server where I am not able to upgrade
at this time. Trying to do some testing, but this is the only other
server that's available right now. I tried a normal restore and start
getting errors relating to regclass:

honeypot:~ # psql -U postgres trax < pgtrax.sql
<snip>
ERROR:  cannot cast type text to regclass
ERROR:  relation "public.tblmenu" does not exist
ERROR:  function nextval(regclass) does not exist

Is there a way I can prepare my dump to work? There is a lot of data, so
I need to maintain COPY methods of inserting.

--
Robert


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Autovacuum keeps vacuuming a table disabled in pg_autovacuum
Следующее
От: Tony Caduto
Дата:
Сообщение: Re: SQL Manager 2007 for PostgreSQL released