Re: External Database Connection

Поиск
Список
Период
Сортировка
От Serguei Mokhov
Тема Re: External Database Connection
Дата
Msg-id 033901c160b2$56c6d140$5dd9fea9@gunn
обсуждение исходный текст
Ответ на External Database Connection  ("Sean K. Sell" <sean@nist.gov>)
Список pgsql-hackers
----- Original Message ----- 
From: Sean K. Sell <sean@nist.gov>
Sent: Monday, October 29, 2001 11:27 AM

> Has anyone successfully hacked an external database table as a view.
> 
> I was thinking that this may be possible using a C function and the Rules
> architecture but I don't have much experience with PostgreSQL so I thought I
> would check with the list to see what if anything others had attempted.

There is an upcoming implementation of schemas in PostgreSQL
hopefully for 7.3, and some work is being done already towards
it (see Bill Studenmund's proposed implementation of packages as a step
forward to the schemas and discussion arisen from it).
But for now, there is no such a hack to my knowledge.

-s




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Correct way to do deletes?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Odd error in complex query (7.2): Sub-SELECT uses un-GROUPed...