Re: [DOCS] [COMMITTERS] pgsql: Remove replicaiton FAQ item.

2005-04-24 Thread Bruce Momjian
Marc G. Fournier wrote: > On Tue, 16 Nov 2004, Robert Treat wrote: > > > On Sunday 14 November 2004 16:33, Bruce Momjian wrote: > >> Log Message: > >> --- > >> Remove replicaiton FAQ item. > >> > >> Modified Files: > >> -- > >> pgsql/doc: > >> FAQ (r1.269 -> r1.270)

Re: [DOCS] [COMMITTERS] pgsql: Remove replicaiton FAQ item.

2005-04-24 Thread Jeff Davis
Should the text include a mention of synchronous vs. asynchronous? Or does master-master imply synchronous? Regards, Jeff Davis On Sun, 2005-04-24 at 08:01 -0400, Bruce Momjian wrote: > Marc G. Fournier wrote: > > On Tue, 16 Nov 2004, Robert Treat wrote: > > > > > On Sunday 14 November 2

Re: [DOCS] [COMMITTERS] pgsql: Remove replicaiton FAQ item.

2005-04-24 Thread Joshua D. Drake
Jeff Davis wrote: Should the text include a mention of synchronous vs. asynchronous? Or does master-master imply synchronous? It shouldn't. It is possible to have synchronous replication without it being master<->master. Sincerely, Joshua D. Drake Regards, Jeff Davis On Sun, 2005-04-24 at

Re: [DOCS] [COMMITTERS] pgsql: Remove replicaiton FAQ item.

2005-04-24 Thread Bruce Momjian
Joshua D. Drake wrote: > Jeff Davis wrote: > > Should the text include a mention of synchronous vs. asynchronous? Or > > does master-master imply synchronous? > > It shouldn't. It is possible to have synchronous replication without it > being master<->master. We could mention async vs sync but at

Re: [DOCS] [COMMITTERS] pgsql: Remove replicaiton FAQ item.

2005-04-24 Thread Mischa Sandberg
Quoting Bruce Momjian : > Joshua D. Drake wrote: > > Jeff Davis wrote: > > > Should the text include a mention of synchronous vs. > asynchronous? Or > > > does master-master imply synchronous? > > > > It shouldn't. It is possible to have synchronous replication > without it > > being ma

Re: [DOCS] [COMMITTERS] pgsql: Remove replicaiton FAQ item.

2005-04-24 Thread Bruce Momjian
Mischa Sandberg wrote: > Quoting Bruce Momjian : > > > Joshua D. Drake wrote: > > > Jeff Davis wrote: > > > > Should the text include a mention of synchronous vs. > > asynchronous? Or > > > > does master-master imply synchronous? > > > > > > It shouldn't. It is possible to have synchronou

Re: [DOCS] [COMMITTERS] pgsql: Remove replicaiton FAQ item.

2005-04-24 Thread Mischa Sandberg
Quoting Bruce Momjian : > Mischa Sandberg wrote: > > About all you can say is, it is not possible to implement > synchronous > > master-master replication, because of conflict resolution of > > simultaneous transactions. > > You mean asynchronous master-master? There are some implemen