File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -252,11 +252,13 @@ protocol to make nodes agree on a serializable transactional order.
252
252
</para>
253
253
254
254
<para>
255
- <productname>PostgreSQL</> does not offer this type of replication,
256
- though <productname>PostgreSQL</> two-phase commit (<xref
257
- linkend="sql-prepare-transaction"> and <xref
258
- linkend="sql-commit-prepared">)
259
- can be used to implement this in application code or middleware.
255
+ <productname>Postgres Pro Enterprise</productname> provides
256
+ <filename>multimaster</filename> extension that implements this
257
+ type of replication. Using <filename>multimaster</filename>, you
258
+ can configure a synchronous shared-nothing cluster that provides
259
+ Online Transaction Processing (<acronym>OLTP</acronym>) scalability
260
+ for read transactions, as well as ensures high availability with
261
+ automatic disaster recovery.
260
262
</para>
261
263
</listitem>
262
264
</varlistentry>
@@ -307,7 +309,7 @@ protocol to make nodes agree on a serializable transactional order.
307
309
<entry align="center">Slony</entry>
308
310
<entry align="center">pgpool-II</entry>
309
311
<entry align="center">Bucardo</entry>
310
- <entry align="center"></entry>
312
+ <entry align="center"><filename>multimaster</filename> extension of <productname>Postgres Pro Enterprise</productname>< /entry>
311
313
</row>
312
314
313
315
<row>
You can’t perform that action at this time.
0 commit comments