File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.30 2007/12/16 09:44:27 momjian Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.31 2008/01/28 18:43:55 momjian Exp $ -->
22
33<chapter id="high-availability">
44 <title>High Availability, Load Balancing, and Replication</title>
@@ -374,6 +374,17 @@ protocol to make nodes agree on a serializable transactional order.
374374 <entry align="center">•</entry>
375375 </row>
376376
377+ <row>
378+ <entry>Communication Method</entry>
379+ <entry align="center">shared disk</entry>
380+ <entry align="center">disk blocks</entry>
381+ <entry align="center">WAL</entry>
382+ <entry align="center">table rows</entry>
383+ <entry align="center">SQL</entry>
384+ <entry align="center">table rows</entry>
385+ <entry align="center">table rows and row locks</entry>
386+ </row>
387+
377388 </tbody>
378389 </tgroup>
379390 </table>
You can’t perform that action at this time.
0 commit comments