diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/high-availability.sgml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 2a5d4ac2092..8eb900a8a3f 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -433,7 +433,7 @@ protocol to make nodes agree on a serializable transactional order. <entry align="center">•</entry> <entry align="center"></entry> <entry align="center">•</entry> - <entry align="center"></entry> + <entry align="center">•</entry> <entry align="center"></entry> <entry align="center">•</entry> </row> @@ -475,9 +475,8 @@ protocol to make nodes agree on a serializable transactional order. concurrently on a single query. It is usually accomplished by splitting the data among servers and having each server execute its part of the query and return results to a central server where they - are combined and returned to the user. <productname>Pgpool-II</> - has this capability. Also, this can be implemented using the - <productname>PL/Proxy</> tool set. + are combined and returned to the user. This can be implemented using the + <productname>PL/Proxy</productname> tool set. </para> </listitem> |