Re: Database links in Postgresql.

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Database links in Postgresql.
Дата
Msg-id 20011206150835.I28880-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Database links in Postgresql.  ("Ricardo D' Aguiar" <ricardo@memosis.pt>)
Список pgsql-general
On Mon, 3 Dec 2001, Ricardo D' Aguiar wrote:

> I need to know if there is a way to implement database links to connect two
> database.
>
> The intention is to make a SELECT in DB(A) but the real data be in DB(B).
> These schema is possible to implement in other DB manufactures like Oracle
> where I can make something like this:
>
> SELECT * FROM TABLE@INSTANCE
>
> Thanks in advanced.

Unfortunately you cannot currently make cross-db queries directly through
SQL in PostgreSQL.



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

Предыдущее
От: mordicus
Дата:
Сообщение: Trigger problem
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Trigger problem