Re: Database joins

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Database joins
Дата
Msg-id 20020909084148.S13345-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Database joins  ("Jay" <jayps@addr.com>)
Список pgsql-sql
On Mon, 9 Sep 2002, Jay wrote:

> Hi,
> I have created two databases, db1 and db2  in my POSTGRESQL database system.
> And both the databases contains few tables also.
> Could you please help me to write a query which should retrieve data from both the databases
> (Database joins and table joins)

You cannot currently directly via sql only do
cross database joins. You might want to see
if contrib/dblink will let you do what you want
(iirc it's gotten better in 7.3 with the
functions returning result set stuff).



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

Предыдущее
От: "Troy"
Дата:
Сообщение: Re: Character translation?
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Character translation?