Re: cross-db queries (was Are we losing momentum?)

From: Joe Conway <mail(at)joeconway(dot)com>
To: Darko Prenosil <darko(dot)prenosil(at)finteh(dot)hr>
Cc: hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: cross-db queries (was Are we losing momentum?)
Date: 2003-04-16 16:40:55
Message-ID: 3E9D8797.3050606@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Darko Prenosil wrote:
>
> Unfortunately any other way ends up with first selecting *ALL* records from
> host ! If there is no such limitation I'll be pretty satisfied with dblink,
> and will newer ask for "cross-db-queries" again !!!
>

Yeah, this is why a proper implementation following the spec is needed.
If the external access was part of the backend, then the planner could
be taught to push down qualifiers to the external source where
appropriate (I think -- maybe Tom will comment on this).

Joe

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert E. Bruccoleri 2003-04-16 16:41:09 Re: Are we losing momentum?
Previous Message Rob Butler 2003-04-16 16:39:58 Re: cross-db queries (was Are we losing momentum?)