For development I find myself needing to copy table information from one table to another quite often. I am just curious what are the easiest solutions to do this for Postgres. I have PGAdminIII but it looks like it really only support the long drawn out Backup/Restore.
Is there a python or bash script somewhere or something that I can just give it the basic infomation?
- Here is DB1
- Here is DB2
- Copy Tables ...
- Go!
I believe SQLYog did this for MySQL in Win32, but I am now on OSX and using Postgres.