| From: | Andreas Kalsch <andreaskalsch(at)gmx(dot)de> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Refer to another database |
| Date: | 2009-08-04 05:18:39 |
| Message-ID: | 4A77C4AF.2060709@gmx.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
This is what I want to do: To refer to another database, like I can do
it in MySQL. After adding a schema with database name and refering to it
from another database I get:
ERROR: schema "test" does not exist
Adding the database name:
osm_de=# select * from test.test.newt;
ERROR: cross-database references are not implemented: "test.test.newt"
Could be very simple, if it would be like in MySQL ;) To be completely
in context of a schema - so that I can use all tables without the prefix
- I have to reset the search_path very often. This is probably not very
elegant, but will be my solution then ...
John R Pierce schrieb:
> Andreas Kalsch wrote:
>> Will it decrease performance to refer to other schemas?
>
> no. the schemas are simply two namespaces in the same database.
>
>
>
>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2009-08-04 05:27:49 | Re: Refer to another database |
| Previous Message | John R Pierce | 2009-08-04 04:10:56 | Re: Refer to another database |