Re: Failed to restore/recreate database (one more piece of info)

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: Failed to restore/recreate database (one more piece of info)
Дата
Msg-id 200911171825.09506.guillaume@lelarge.info
обсуждение исходный текст
Ответ на Re: Failed to restore/recreate database (one more piece of info)  (Tena Sakai <tsakai@gallo.ucsf.edu>)
Ответы Re: Failed to restore/recreate database (one more piece of info)  (Tena Sakai <tsakai@gallo.ucsf.edu>)
Список pgsql-admin
Le mardi 17 novembre 2009 à 07:57:41, Tena Sakai a écrit :
> Hi Tom,
>
> Many thanks for your assistance.
>
> I am on my way.  Here's what I am doing:
>
>   dropdb musket
>   createdb musket
>   pg_dump canon > canon.dump
>   psql -d musket -f canon.dump
>
> I am on the 4th step.  But I could achieve the same with:
>
>   dropdb musket
>   createdb musket
>   pg_dump canon | psql -d musket -f -
>
> can't I?

You can do it this way.

> Aside from styling, there is no functional difference
> between two procedures, is there?
>

You're right, there are no functional differences.


--
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com.

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

Предыдущее
От: Tena Sakai
Дата:
Сообщение: Re: Failed to restore/recreate database (one more piece of info)
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Differences in installing Postgres 8.3.8