I am facing problems in coping data from one db to another db here is python code....import psycopg2
db = psycopg2.connect("dbname='db' user='xx' password='xx' host='127.0.0.2'")
st = db.cursor();
db_l = psycopg2.connect("dbname='xx' user='xx' password=...