Remote connections?

Поиск
Список
Период
Сортировка
Искать
От
mlw
Тема
Remote connections?
Дата
Msg-id
3C0FB8B4.382C7736@mohawksoft.com
Список
Дерево обсуждения
Re: Remote connections? Joe Conway <joseph.conway@home.com>
I just found out something about Oracle which that looks like something
that could be doable in PostgreSQL. 

What do you all think:

Oracle's version is something like this:

create [public] database link using [...]

select * from sometable@remotelink


I was thinking how this could be done with postgreSQL. How hard would it
be to make something that is similar to a view, but executes a query
remotely? I envision something like this:

create [public] link name query using [...]

The table link will be similar to a view. It could be used like this:

CREATE LINK test as select * from test WITH 'user=postgres host=remote
db=data';

SELECT * from test;

or 

SELECT * from fubar join test on (fubar.id = test.id) ;

So, what do you think? Impossible, possible, too hard? too easy?

В списке pgsql-hackers по дате отправления
От: Tom Lane
Дата:
Сообщение: Re: text -> time cast problem
От: Peter Eisentraut
Дата:
Сообщение: Re: Licensing
FAQ