pg_dumpall (postgresql v 7.0.3)

Поиск
Список
Период
Сортировка
От Carmen Marincu
Тема pg_dumpall (postgresql v 7.0.3)
Дата
Msg-id 3BFBE792.9080608@eeng.dcu.ie
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Doug McNaught
Дата:
Сообщение: Re: lingering processes
Следующее
От: "Thomas T. Thai"
Дата:
Сообщение: Re: lingering processes