File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.6 2006/11/21 18:31:57 momjian Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.7 2006/11/21 21:37:33 momjian Exp $ -->
2
2
3
3
<chapter id="high-availability">
4
4
<title>High Availability and Load Balancing</title>
@@ -252,8 +252,7 @@ protocol to make nodes agree on a serializable transactional order.
252
252
query. One possible way this could work is for the data to be
253
253
split among servers and for each server to execute its part of
254
254
the query and results sent to a central server to be combined
255
- and returned to the user. There currently is no
256
- <productname>PostgreSQL</> open source solution for this.
255
+ and returned to the user. Pgpool-II has this capability.
257
256
</para>
258
257
</listitem>
259
258
</varlistentry>
You can’t perform that action at this time.
0 commit comments