Skip to content

Commit 23cf398

Browse files
committed
Update FAQ.
1 parent ef1b4fb commit 23cf398

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

doc/FAQ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Fri Apr 29 23:51:45 EDT 2005
4+
Last updated: Fri Apr 29 23:53:16 EDT 2005
55

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

doc/src/FAQ/FAQ.html

Lines changed: 10 additions & 8 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: Fri Apr 29 23:51:45 EDT 2005</P>
13+
<P>Last updated: Fri Apr 29 23:53:16 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>)
@@ -987,20 +987,22 @@ <H3><A name="4.20">4.20</A>) What encryption options are available?
987987

988988
<H3><A name="4.21">4.21</A>) What replication solutions are available?
989989
</H3>
990+
990991
<P>Though "replication" is a single term, there are several technologies
991992
for doing replication, with advantages and disadvantages for each.</P>
992993

993994
<P>Master/slave replication allows a single master to receive read/write
994-
queries, while slaves can only accept read/<SMALL>SELECT</SMALL> queries.
995-
The most popular freely available master-slave PostgreSQL replication
996-
solution is <A href="http://gborg.postgresql.org/project/slony1/projdisplay.php">
995+
queries, while slaves can only accept read/<SMALL>SELECT</SMALL>
996+
queries. The most popular freely available master-slave PostgreSQL
997+
replication solution is <A
998+
href="http://gborg.postgresql.org/project/slony1/projdisplay.php">
997999
Slony-I</A>.</P>
9981000

9991001
<P>Multi-master replication allows read/write queries to be sent to
1000-
multiple replicated computers. This capability also has a severe
1001-
impact on performance due to the need to synchronize changes between
1002-
servers. <A href="http://pgfoundry.org/projects/pgcluster/">Pgcluster</a>
1003-
is the most popular such solution freely available for PostgreSQL.</P>
1002+
multiple replicated computers. This capability also has a severe impact
1003+
on performance due to the need to synchronize changes between servers.
1004+
<A href="http://pgfoundry.org/projects/pgcluster/">Pgcluster</a> is the
1005+
most popular such solution freely available for PostgreSQL.</P>
10041006

10051007
<P>There are also commercial and hardware-based replication solutions
10061008
available supporting a variety of replication models.</P>

0 commit comments

Comments
 (0)