Re: [ADMIN] Import & Export DB table structure with data - Mailing list pgsql-admin

From vinny
Subject Re: [ADMIN] Import & Export DB table structure with data
Date
Msg-id acea877f29cff5f22b97b6ff0192018f@xs4all.nl
Whole thread Raw
In response to [ADMIN] Import & Export DB table structure with data  (Ashwani Kumar B <ashwani.b.kumar@ericsson.com>)
Responses Re: [ADMIN] Import & Export DB table structure with data  (Ashwani Kumar B <ashwani.b.kumar@ericsson.com>)
List pgsql-admin
On 2017-07-19 07:55, Ashwani Kumar B wrote:
> Hi
>
> I have to import table structure from one DB  and create the same
> table structure in another DB.
>
> Secondly I have to copy all the data from one DB to another DB
>
> Kindly suggest way forward.
>
> Regards
>
> Ashwani

If both databases are PostgreSQL then you can just use pg_dump.

If the databases are of different brands then you may need special tool,
there are many conversion tools available, but not all free or
inexpensive.


pgsql-admin by date:

Previous
From: Ashwani Kumar B
Date:
Subject: Re: [ADMIN] Import & Export DB table structure with data
Next
From: Ashwani Kumar B
Date:
Subject: Re: [ADMIN] Import & Export DB table structure with data