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
|
- Re: [ADMIN] Problems with pg_restore lists
- Re: [ADMIN] Problems with pg_restore Robert Treat
- [ADMIN] problems with pg_restore Kuhn, Dylan K (4520500D)
- Re: [ADMIN] problems with pg_restore Tom Lane
- Re: [ADMIN] problems with pg_restore Rod Taylor
- Re: [ADMIN] problems with pg_res... Tom Lane
- Re: [ADMIN] problems with p... Rod Taylor
- Re: [HACKERS] [ADMIN] probl... Alvaro Herrera
- Re: [HACKERS] [ADMIN] p... Tom Lane
- Re: [HACKERS] [ADMI... Andrew Biagioni
- [ADMIN] Database mi... Dilan Arumainathan