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