Re: Cross-database queries

Поиск
Список
Период
Сортировка
От Brett W. McCoy
Тема Re: Cross-database queries
Дата
Msg-id Pine.LNX.4.30.0110190949370.17960-100000@chapelperilous.net
обсуждение исходный текст
Ответ на Cross-database queries  ("Andy Hallam" <ahm@exel.co.uk>)
Список pgsql-general
On Fri, 19 Oct 2001, Andy Hallam wrote:

> I am porting our applications from SQL SERVER, ORACLE and DB2 to PostgreSQL.
>
> I have just read that PostgreSQL does NOT support cross-database queries.

Nope, it doesn't.  However, you can simulate this in your client
application by having two database connections open and making two queries
and then processing both sets of data.

There was talk about having schema support in PostgreSQL at time.  In
fact, I think it is listed as 'Urgent' in the TODO list as part of the
replication support

(http://postgresql.cokernet.com/docs/todo.html)

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
You can fool all the people all of the time if the advertising is right
and the budget is big enough.
        -- Joseph E. Levine


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

Предыдущее
От: Rich Shepard
Дата:
Сообщение: Re: Possible bug in postgresql-7.1.3-1PGDG
Следующее
От: "Brett W. McCoy"
Дата:
Сообщение: Re: Possible bug in postgresql-7.1.3-1PGDG