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

Поиск
Список
Период
Сортировка
От Rob Butler
Тема Re: cross-db queries (was Are we losing momentum?)
Дата
Msg-id 20030416153104.MHT28543.out003.verizon.net@out003
обсуждение исходный текст
Ответ на cross-db queries (was Are we losing momentum?)  (Rob Butler <robert.butler5@verizon.net>)
Ответы Re: cross-db queries (was Are we losing momentum?)
Список pgsql-hackers
> 
> On Wednesday 16 April 2003 19:40, Rob Butler wrote:
> >     a) create remoteview ... (all necessary information about remote machine
> > and query) b) create view [local | remote] .... (necessary info)
> >     c) create view remote-server.schema.table (necessary info)
> 
> That is not a good way. Oracle does/recommends a create synonym so that either 
> a remote view or table can be treated as if it is a loacl table/view. This 
> takes care of select/insert/update/delete etc. I think that is a better way 
> of integrating remote objects in current database. 
> 
It may not be the "best" solution, but it is one that is possible to use now (if you don't want atomic remote updates)
orcould be done with atomic remote updates relatively soon.
 

It is similar to the way MS-SQL works.  And, once setup the local and remote tables all look the same to the client
application. I think that is important.
 

Later
Rob



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_clog woes with 7.3.2 - Episode 2
Следующее
От: Rob Butler
Дата:
Сообщение: Many comments (related to "Are we losing momentum?")