Re: Are we losing momentum?

Поиск
Список
Период
Сортировка
От Rob Butler
Тема Re: Are we losing momentum?
Дата
Msg-id 20030415174358.PNUZ15325.out006.verizon.net@localhost
обсуждение исходный текст
Ответ на Are we losing momentum?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Are we losing momentum?
Re: Are we losing momentum?
Список pgsql-hackers
Hello all,

New to the Hackers list, but long time lurker on the archives.  Also a member of the Postgres-r list.  Just thought I
wouldjoin in now to give my opinions on this thread.
 

> 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.

I disagree,  The cross-db operations would indeed be very nice to have, but you COULD make things work across DB's from
withinyour application code if Postgres supported 2PC.  Granted this would not be the best, but it could be done.
 

Also, if you want to start doing cross-db operations you will need 2PC to support this.  While 2PC may not be needed to
supportcross-db operations on two db's on the same server, it would definetly be needed to do cross-db operations with
db'son two separate servers.  Why limit the cross-db operations only to db's on the same server?
 

Later
Rob



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

Предыдущее
От: ow
Дата:
Сообщение: Re: Are we losing momentum?
Следующее
От: "Zeugswetter Andreas SB SD"
Дата:
Сообщение: Re: [GENERAL] Problem about pgsql's column alias