How do I get table structure query so that I can create the same on other DB From: Om Prakash Jaiswal [mailto:op12om@xxxxxxxxxxx]
Dear Aswin, you have to create table at receiving end and use dblink() function of postgresql. Regards Om Prakash On Wednesday, 19 July 2017 11:27 AM, Ashwani Kumar B <ashwani.b.kumar@xxxxxxxxxxxx> 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 |