| From: | Rajesh Kumar Mallah <mallah(at)trade-india(dot)com> |
|---|---|
| To: | Pallav Kalva <pkalva(at)deg(dot)cc> |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: Querying two databases |
| Date: | 2004-04-16 18:37:18 |
| Message-ID: | 408027DE.1070307@trade-india.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
hi,
its not possible to join cross database tables .
you may keep tables in different schemas instead
of databases.
you may also try contrib/dblink to use tables from
different database.
Regds
mallah.
Pallav Kalva wrote:
> Hi,
>
> I am new to postgres and I need to do a query which joins two tables
> from different databases. Can you please advice me on how to achieve
> this in postgres.
>
> Thanks!
> Pallav
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Yudie | 2004-04-16 20:21:39 | run application from trigger? |
| Previous Message | Pallav Kalva | 2004-04-16 18:02:07 | Querying two databases |