.dmp files in postgresql

Поиск
Список
Период
Сортировка
От Alpha Beta
Тема .dmp files in postgresql
Дата
Msg-id CAMheTCTyL=mts14wwqeMS5WX7TK83-FxjuZCO+Z3Fex3qKwqOg@mail.gmail.com
обсуждение исходный текст
Ответы Re: .dmp files in postgresql  (Thom Brown <thom@linux.com>)
Re: .dmp files in postgresql  (Adrian Klaver <adrian.klaver@gmail.com>)
Список pgsql-general
Hi list,

I have got two files (template1.dmp, example1.dmp) and I want to open them in postgresql, I tried the following commands: 

- Import template1 :
    * createdb -U postgres template1
    * psql -U postgres template1 < template1.dmp

- Create the sample of the database:
    * createdb -U postgres example1
    * psql -U postgres example1 < example1.dmp

I've got no error reported by postgres but nothing happened either. 
How should I proceed exactly? Sorry I'm a newbie with PostgreSQL :)

Regards! 

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

Предыдущее
От: Scott Mead
Дата:
Сообщение: Re: Recommended Protocol: Adding Rows to Table
Следующее
От: Thom Brown
Дата:
Сообщение: Re: .dmp files in postgresql