Re: Are we losing momentum?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Are we losing momentum?
Дата
Msg-id 9421.1050434237@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Are we losing momentum?  (Robert Treat <xzilla@users.sourceforge.net>)
Ответы Re: Are we losing momentum?
Список pgsql-hackers
Robert Treat <xzilla@users.sourceforge.net> writes:
> On Tue, 2003-04-15 at 13:30, ow wrote:
>> One of the features that PostgreSql must have, IMHO, is support for
>> cross-db operations (queries, updates, deletes, inserts). 2PC and
>> cross-server stuff would be nice but it's not as important as simple
>> cross -db operations across databases on the same server. All major
>> comercial RDBMS (and even mySql!) support this but for Postgres. Sad.

> dblink ?

I'm of the opinion that the availability of schemas solves most of the
problems that people say they need cross-database access for.  If you
want cross-database access, first say why putting your data into several
schemas in a single database doesn't get the job done for you.

(Obviously, this only addresses cases where you'd have put the multiple
databases under one postmaster, but that's the scenario people seem to be
concerned about.)
        regards, tom lane



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

Предыдущее
От: ow
Дата:
Сообщение: Re: Are we losing momentum?
Следующее
От: Oliver Elphick
Дата:
Сообщение: Re: Are we losing momentum?