Обсуждение: views across databases

Поиск
Список
Период
Сортировка

views across databases

От
"Devinder K Rajput"
Дата:
Hi,

The TODO list shows that views, queries, etc. across multiple databases are
to be implemented.  when is the latter expected to be completed?  Thanks,

Devinder



Re: views across databases

От
Bruce Momjian
Дата:
There is /contrib/dblink in 7.3beta that allows one query to get data
from another database.

---------------------------------------------------------------------------

Devinder K Rajput wrote:
> Hi,
>
> The TODO list shows that views, queries, etc. across multiple databases are
> to be implemented.  when is the latter expected to be completed?  Thanks,
>
> Devinder
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Re: views across databases

От
Bruce Momjian
Дата:
Devinder K Rajput wrote:
> Hi,
>
> The TODO list shows that views, queries, etc. across multiple databases are
> to be implemented.  when is the latter expected to be completed?  Thanks,

Also, 7.3beta has schemas, which may allow you to merge some of your
databases into one database.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073