On Thu, Jun 3, 2010 at 11:29 AM, John Gage <jsmgage(at)numericable(dot)fr> wrote:
> 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.
Sean