Re: How to copy database

Поиск
Список
Период
Сортировка
От David C.Oshel
Тема Re: How to copy database
Дата
Msg-id 58D413A6-4285-11D7-9730-000393051D56@inav.net
обсуждение исходный текст
Ответ на Re: How to copy database  (Aarni Ruuhimäki <aarni.ruuhimaki@kymi.com>)
Список pgsql-novice
On Monday, February 17, 2003, at 02:24  AM, Aarni Ruuhimäki wrote:

> ...
> #cat employee_dump_c | psql employee_release
>

Or, for dog lovers:

$psql employee_release < employee_dump_c

Couldn't resist :-)
d

> BR,
>
> aarni
>
> On Monday 17 February 2003 10:20 am, you wrote:
>> Dear Admins,
>>
>> I want to make a copy of an existing database.
>> How should I go about doing that. (Say I have an employee database
>> and I want to copy it to employee-release and employee-test.)
>>
>> regards
>>
>> Sudheesh
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
>
--
David C. Oshel               mailto:dcoshel@inav.net
Cedar Rapids, Iowa       http://soli.inav.net/~dcoshel
``Raffiniert ist der Herrgot, aber boshaft ist er nicht." - A. Einstein


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

Предыдущее
От: Aarni Ruuhimäki
Дата:
Сообщение: Re: How to copy database
Следующее
От: Ben Clewett
Дата:
Сообщение: MySQL comparable syntax for PostgreSQL