Re: Remote connections? - Mailing list pgsql-hackers

From Alex Pilosov
Subject Re: Remote connections?
Date
Msg-id Pine.BSO.4.10.10112061822080.22618-100000@spider.pilosoft.com
Whole thread Raw
In response to Re: Remote connections?  (mlw <markw@mohawksoft.com>)
List pgsql-hackers
On Thu, 6 Dec 2001, mlw wrote:

> I too find the internals of PostgreSQL virtually incomprehensible at the
> internal level. If there were a document somewhere which published how a
> function could return multiple tuples, remote views would be a trivial
> undertaking. It could look like:
> 
> select * from remote('select *from table', 'user=postgres host=outland
> db=remote');
This isn't possible yet. I was working on implementation of this, about
80% done, but never finished. Now I'm out of time to work more on this for
a while. :(

Let me know if you want my code.

-alex



pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: Remote connections?
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: [SQL] how to change the type