Running queries from different databases and joining them

Поиск
Список
Период
Сортировка
От Robert.Farrugia@go.com.mt
Тема Running queries from different databases and joining them
Дата
Msg-id 20020306072643.6CB964758DC@postgresql.org
обсуждение исходный текст
Список pgsql-admin
Hi,

Does anyone know if the feature to do same queries on different databases
and then join them (just like the union in SQL) exists in Postgres ?

I know that one way of doing this is to use JDBC, do different queries and
join them manually.  This is problematic for ordering and grouping since it
needs to be done manually for each query.  Is there any other elegant way
of doing this ?


Regards
Robert


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

Предыдущее
От: lfousek@v2group.com (Linda Fousek)
Дата:
Сообщение: FATAL ERROR: database does not exist in the system catalog
Следующее
От: Robert.Farrugia@go.com.mt
Дата:
Сообщение: VACUUM in 7.2