Problems with pg_restore

Поиск
Список
Период
Сортировка
От lists
Тема Problems with pg_restore
Дата
Msg-id 00bd01c2ed51$630374e0$41faabc8@insyde
обсуждение исходный текст
Ответы Re: Problems with pg_restore  (Robert Treat <xzilla@users.sourceforge.net>)
Список pgsql-admin
Hi,
 
I've made a dump from PostgreSQL 7.2.2 under Win2k with the command:
 
    $pg_dump -o -C -b -Ft -i -O -v DataBaseName > DBN.dump
 
Then I've tried to restore it to another instalation, in another server (RedHat 7.3, PostgreSQL 7.2.4)
 
    $pg_restore -Ft DBN.dump -d DataBaseName
 
But then I get this message:
 
    pg_restore: [archiver] out of memory
 
Is there any workaround?
 
TIA,
Ricardo

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

Предыдущее
От:
Дата:
Сообщение: Re: Least and most accessed tables in a database..
Следующее
От: Dave
Дата:
Сообщение: Sudden stop of postmaster - Looking for help