projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcf24ce
)
Mention pgpool-II can do Clustering For Parallel Query Execution.
author
Bruce Momjian
<bruce@momjian.us>
Tue, 21 Nov 2006 21:37:33 +0000
(21:37 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 21 Nov 2006 21:37:33 +0000
(21:37 +0000)
doc/src/sgml/high-availability.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/high-availability.sgml
b/doc/src/sgml/high-availability.sgml
index 54d425aa8f9d92c3ad1bcff0906eaee91dd384b9..73431ea8c98eebce88b0ec154e997b421f96644f 100644
(file)
--- a/
doc/src/sgml/high-availability.sgml
+++ b/
doc/src/sgml/high-availability.sgml
@@
-252,8
+252,7
@@
protocol to make nodes agree on a serializable transactional order.
query. One possible way this could work is for the data to be
split among servers and for each server to execute its part of
the query and results sent to a central server to be combined
- and returned to the user. There currently is no
- <productname>PostgreSQL</> open source solution for this.
+ and returned to the user. Pgpool-II has this capability.
</para>
</listitem>
</varlistentry>