Re: Multi Database queries

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Multi Database queries
Дата
Msg-id 4150F621.6050502@joeconway.com
обсуждение исходный текст
Ответ на Multi Database queries  (Jonathon Batson <jonathon@octahedron.com.au>)
Ответы Re: Multi Database queries  (Ron St-Pierre <rstpierre@syscor.com>)
Список pgsql-novice
Jonathon Batson wrote:
> I am looking into setting up a multi-database system with Postgres7.3.4.
> In this case all the databases will be on the one server.
> Initial research shows that the contrib/dblink module is needed....
> My question is:
>    Is this the only way to query across databases?

Yes, but, if your databases are all on one server under one postmaster
you should consider using one database with multiple schemas. See:
   http://www.postgresql.org/docs/current/static/sql-createschema.html

HTH,

Joe

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

Предыдущее
От: Jonathon Batson
Дата:
Сообщение: Multi Database queries
Следующее
От: brew@theMode.com
Дата:
Сообщение: Re: Multi Database queries