Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5131b5b

Browse files
committed
Update wording.
1 parent c1cc62f commit 5131b5b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

doc/FAQ

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Sun Apr 24 07:57:14 EDT 2005
4+
Last updated: Sun Apr 24 08:01:19 EDT 2005
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -763,10 +763,10 @@
763763

764764
Though "replication" is a single term, there are two major replication
765765
technologies. Multi-master replication allows read/write queries to be
766-
sent to multiple replicated computers. This capability has a serious
767-
performance impact. Pgcluster is the most popular such solution
768-
available for PostgreSQL. Master-slave replication allows a single
769-
master to receive read/write queries, with slaves able to accept only
770-
read/SELECT queries. The most popular master-slave PostgreSQL
771-
replication solution is Slony. There are also commercial and
772-
hardware-based replication solutions available.
766+
sent to multiple replicated computers. Using this capability has a
767+
serious performance impact. Pgcluster is the most popular such
768+
solution available for PostgreSQL. Master-slave replication allows a
769+
single master to receive read/write queries, with slaves able to
770+
accept only read/SELECT queries. The most popular master-slave
771+
PostgreSQL replication solution is Slony. There are also commercial
772+
and hardware-based replication solutions available.

doc/src/FAQ/FAQ.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

13-
<P>Last updated: Sun Apr 24 07:57:14 EDT 2005</P>
13+
<P>Last updated: Sun Apr 24 08:01:19 EDT 2005</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<A href=
1616
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)
@@ -989,7 +989,7 @@ <H3><A name="4.21">4.21</A>) What replication solutions are available?
989989
</H3>
990990
<P>Though "replication" is a single term, there are two major replication
991991
technologies. Multi-master replication allows read/write queries to be
992-
sent to multiple replicated computers. This capability has a
992+
sent to multiple replicated computers. Using this capability has a
993993
serious performance impact. <A href="http://pgfoundry.org/projects/pgcluster/">
994994
Pgcluster</A> is the most popular such solution available for PostgreSQL.
995995
Master-slave replication allows a single master to receive read/write

0 commit comments

Comments
 (0)