Dragging and dropping tables between databases

From: John Gage <jsmgage(at)numericable(dot)fr>
To: NOVICE Postgres elist <pgsql-novice(at)postgresql(dot)org>
Subject: Dragging and dropping tables between databases
Date: 2010-06-03 15:29:30
Message-ID: 2A00EA47-A8D6-42C8-AAEC-7729979C7C16@numericable.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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?

I guess I should sign this, Homer Simpson.

Thanks,

John Gage

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message A. Kretschmer 2010-06-03 17:09:18 Re: Dragging and dropping tables between databases
Previous Message Carel Combrink 2010-06-03 14:05:32 Re: plpgsql Functions: Text Variables