postgresql - How to use psql to copy rows? -


i have 2 dbs on 2 different servers.

how can copy using psql missing rows db1 table db2 table ? if not possible.. how can copy entire table ?

can use contrib module? if so, how trying dblink. more information here


Comments