Re: pg_restore returns error schema objects already exist

Поиск
Список
Период
Сортировка
От brew@theMode.com
Тема Re: pg_restore returns error schema objects already exist
Дата
Msg-id Pine.BSF.4.58.0504071626440.92114@themode.com
обсуждение исходный текст
Ответ на pg_restore returns error schema objects already exist  (DavidF@nhb.org)
Список pgsql-novice
David.....

> I'm working with postgres for the first time, and trying to do some
> trial backups and restores.

I backup with pg_dump (using plain text with --clean to drop the
objects).  That way I can easily view the database.

To load the data back in I use the command line front end program psql :

psql dbname < backup.sql

However this doesn't work if you have binary data stored in the database.

I'm sure others on the list have some more ideas, too.

Welcome....

brew

 ==========================================================================
                  Strange Brew   (brew@theMode.com)
  Check out my Stock Option Covered Call website  http://www.callpix.com
     and my Musician's Online Database Exchange http://www.TheMode.com
 ==========================================================================


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

Предыдущее
От: "Keith Worthington"
Дата:
Сообщение: Re: JOIN on a lookup table
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: binding values to sql statement in DBI perl