Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit23cf398

Browse files
committed
Update FAQ.
1 parentef1b4fb commit23cf398

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 (<Ahref=
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><Aname="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<Ahref="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-
impacton performance due to the need to synchronize changes between
1002-
servers.<Ahref="http://pgfoundry.org/projects/pgcluster/">Pgcluster</a>
1003-
is themost 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+
<Ahref="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)

[8]ページ先頭

©2009-2025 Movatter.jp