Foreign Database Connectivity

Поиск
Список
Период
Сортировка
От mlw
Тема Foreign Database Connectivity
Дата
Msg-id 3E9C90E8.5040201@mohawksoft.com
обсуждение исходный текст
Ответы Re: Foreign Database Connectivity
Список pgsql-hackers
I have been thinking about this for a while. Now that we have a 
practical methodology for returning full rows from functions, we could 
make this sort of thing pretty "easily."

How should it look? How much work is worth putting into it?

My thinking is that there is a module in contrib or something that 
enables this.
The foreign DB link module should be able to load external DB drivers, 
this way anyone can add a new DB to the system.
We should start with DBF files, ODBC, and of course, PostgreSQL.

Does it need to look like a table or can we get away with it being a 
function?

If we make it a function that's easier.

Any thoughts?



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

Предыдущее
От: "Robert E. Bruccoleri"
Дата:
Сообщение: Re: Are we losing momentum?
Следующее
От: Tom Lane
Дата:
Сообщение: First draft of new FE/BE protocol spec posted for comments