Move tables between databases PostgreSQL with a DBLINK do $$ declare r record ; begin for r in select * from dblink (‘host=localhost user=postgres …
Original source
Move tables between databases PostgreSQL with a DBLINK do $$ declare r record ; begin for r in select * from dblink (‘host=localhost user=postgres …
Original source