Is there a way to copy tables, functions, etc. between databases and servers
within pgAdmin?
For example, within pgAdmin we have:
Server1 has a database called DB1 with a table called Table1.
Server2 has a database called DB2 with a table called Table2.
I want to copy the data and metadata from Table1 to Table2. Is this
possible? If so, how?
Thanks,
Derrick