Re: Copy content from dbs - Mailing list pgsql-general

From Thomas Kellerer
Subject Re: Copy content from dbs
Date
Msg-id e6ots2$25m$1@sea.gmane.org
Whole thread Raw
In response to Copy content from dbs  (Guido Neitzer <guido.neitzer@pharmaline.de>)
Responses Re: Copy content from dbs
List pgsql-general
On 14.06.2006 13:56 Guido Neitzer wrote:
> Hi.
>
> Is there an easy way to copy the content including the table structure,
> indexes and so on from one db to another?
>
> Let's say I have a production db called db_production and want to create
> a development db called db_dev with exactly the same content on the same
> machine - just with the different name?

pg_dump: http://www.postgresql.org/docs/8.1/static/app-pgdump.html

Thomas

pgsql-general by date:

Previous
From: Guido Neitzer
Date:
Subject: Copy content from dbs
Next
From: Guido Neitzer
Date:
Subject: Re: Copy content from dbs