Sharing data between databases

Поиск
Список
Период
Сортировка
От Tim Uckun
Тема Sharing data between databases
Дата
Msg-id BANLkTikt8FOQyh7KASE3MpJjyD3UbUNE+Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: Sharing data between databases
Список pgsql-general
What is the preferred way to share tables between databases?

I read about dblink but it doesn't seem optimal because it needs to
pull in the entire query every time the view is referenced so it might
be highly inefficient if I am trying to join a dblinked table with a
"local" table.

Cheers.

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

Предыдущее
От: "Joshua J. Kugler"
Дата:
Сообщение: Re: Urgent Order
Следующее
От: Joshua Tolley
Дата:
Сообщение: Re: Debug Contrib/cube code