Okay, maybe not that simple, but is there a way to transfer a table easily between two databases?
The easiest way I can think of is to back-up the table in an sql file and then run the sql file in the other database. Is that the easiest?
You could also look at the contrib package dblink. However, if you are planning on making this part of an application, it should be possible to do this at that level, also.