Re: How to copy database - Mailing list pgsql-novice

From David C.Oshel
Subject Re: How to copy database
Date
Msg-id 58D413A6-4285-11D7-9730-000393051D56@inav.net
Whole thread Raw
In response to Re: How to copy database  (Aarni Ruuhimäki <aarni.ruuhimaki@kymi.com>)
List 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 by date:

Previous
From: Aarni Ruuhimäki
Date:
Subject: Re: How to copy database
Next
From: Ben Clewett
Date:
Subject: MySQL comparable syntax for PostgreSQL