| From: | gap(dot)mailinglists(at)googlemail(dot)com |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Copying schemas between databases |
| Date: | 2007-05-09 14:00:14 |
| Message-ID: | c3b4f6410705090700m74733b81kc561e734d366001@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Hi
Im using postgresql 8.2
I need to access data accross databases, I believe this is not possible in
Postgre. So my only alternative appears to be copying data, the whole
public schema, from one database to another.
For example, i have a reporting database and several other databases i would
like to report on. I need to copy my public schemas from the original
databases to the reporting database and rename them like so:
MyFirstDatabase.public > ReportingDatabase.firstdb
OtherDatabase > ReportingDatabase.otherdb
What is the easiest way to accomplish this? Or am i wrong in thinking i
cannot access adta directly accross databases?
Any help much apperciated.
thanks gp
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2007-05-09 14:52:18 | Re: Revoking usage of pg_catalog |
| Previous Message | Daniel Cristian Cruz | 2007-05-09 13:05:21 | Revoking usage of pg_catalog |