Thread: replicate a postres database

replicate a postres database

From
"Cheryl Ayres"
Date:
is there a way to replicate an existing Postgres database.  We want to
duplicate it with a new name and login.


CA Web Design
Website: www.cadesign.on.ca
Email: cheryl@cadesign.on.ca
Phone 519.941.6446

Proud member of:
Orangeville & District Chamber of Commerce www.chamber.orangeville.on.ca
Headwaters Country Tourism Association www.headwaterstourism.com


Re: replicate a postres database

From
Nabil Sayegh
Date:
On 20 Apr 2001 18:35:30 -0400, Cheryl Ayres wrote:
>
> is there a way to replicate an existing Postgres database.  We want to
> duplicate it with a new name and login.

If you just want to duplicate it, pg_dump ... | psql ... should do the
job.

cu

--
 Nabil Sayegh