Re: Help to dump tables in a database and restore in another database - Mailing list pgsql-novice

From Joshua Tolley
Subject Re: Help to dump tables in a database and restore in another database
Date
Msg-id 20091018041811.GB10223@eddie
Whole thread Raw
In response to Help to dump tables in a database and restore in another database  (Intengu Technologies <sindile.bidla@gmail.com>)
Responses Re: Help to dump tables in a database and restore in another database
List pgsql-novice
On Fri, Oct 16, 2009 at 09:38:44AM +0200, Intengu Technologies wrote:
> I would like to dump a number of tables from a database and load them
> on another database. How do I accomplish this.

pg_dump makes this easy. Documentation is here:
http://www.postgresql.org/docs/8.4/static/app-pgdump.html

--
Joshua Tolley / eggyknap
End Point Corporation
http://www.endpoint.com

Attachment

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: delete fails with out of memory
Next
From: Andreas Kretschmer
Date:
Subject: Re: Help to dump tables in a database and restore in another database