Re: Querying two databases

Поиск
Список
Период
Сортировка
От Rajesh Kumar Mallah
Тема Re: Querying two databases
Дата
Msg-id 408027DE.1070307@trade-india.com
обсуждение исходный текст
Ответ на Querying two databases  (Pallav Kalva <pkalva@deg.cc>)
Список 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
>



В списке pgsql-sql по дате отправления:

Предыдущее
От: Pallav Kalva
Дата:
Сообщение: Querying two databases
Следующее
От: "Yudie"
Дата:
Сообщение: Re: Update is very slow on a bigger table