diff options
| author | Bruce Momjian <bruce@momjian.us> | 2009-04-27 16:27:36 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2009-04-27 16:27:36 +0000 |
| commit | ba36c48e39747678412d48bcbf6ed14cb2dc8ddf (patch) | |
| tree | 2b4732346ff27c20b3ec0bc073c60aae86a6f751 /doc/src/sgml/high-availability.sgml | |
| parent | 23a9ac618e87ec1ef07a1901b62d3823d97e8cdd (diff) | |
| download | postgresql-ba36c48e39747678412d48bcbf6ed14cb2dc8ddf.tar.gz | |
Proofreading adjustments for first two parts of documentation (Tutorial
and SQL).
Diffstat (limited to 'doc/src/sgml/high-availability.sgml')
| -rw-r--r-- | doc/src/sgml/high-availability.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 480d345cf0..efd4adced7 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.34 2008/11/19 04:46:37 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.35 2009/04/27 16:27:35 momjian Exp $ --> <chapter id="high-availability"> <title>High Availability, Load Balancing, and Replication</title> @@ -414,7 +414,7 @@ protocol to make nodes agree on a serializable transactional order. <para> Data partitioning splits tables into data sets. Each set can be modified by only one server. For example, data can be - partitioned by offices, e.g. London and Paris, with a server + partitioned by offices, e.g., London and Paris, with a server in each office. If queries combining London and Paris data are necessary, an application can query both servers, or master/slave replication can be used to keep a read-only copy |
