pg_dumpall (postgresql v 7.0.3) - Mailing list pgsql-general

From Carmen Marincu
Subject pg_dumpall (postgresql v 7.0.3)
Date
Msg-id 3BFBE792.9080608@eeng.dcu.ie
Whole thread Raw
List pgsql-general
Hi -

I am trying to backup (and then restore) the database on a server.
I am using PostgreSQL v 7.0.3

To dump the data I am using :

pg_dumpall -o databasename > database.dmp

And then, when I want to restore :

psql -d databasename -f database.dmp

The thing is that, although in the database.dmp there is a sql command
like :

 CREATE TABLE mytable .......

after restoring the database the table mytable is not created !

And there are more then one tables missing.

Could please someone tell me what might be causing this ?

Thank you
Carmen


pgsql-general by date:

Previous
From: Doug McNaught
Date:
Subject: Re: lingering processes
Next
From: "Thomas T. Thai"
Date:
Subject: Re: lingering processes