On Wed, Jun 18, 2008 at 4:08 PM, Scott Marlowe <scott.marlowe@xxxxxxxxx> wrote:
On Wed, Jun 18, 2008 at 1:48 PM, Kynn Jones <kynnjo@xxxxxxxxx> wrote:Easiest way to me:
>
>
> What's the simplest way to copy a table from one database to another one
> running on the same server?
pg_dump -t tablename dbname | psql otherdbname
Thanks!
Kynn
Kynn