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

Commit 3379f7b

Browse files
committed
Update FAQ.
1 parent e350d3d commit 3379f7b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/FAQ

Lines changed: 3 additions & 2 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: Fri Oct 11 00:59:31 EDT 2002
4+
Last updated: Fri Oct 11 13:54:56 EDT 2002
55

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

@@ -1076,7 +1076,7 @@ SELECT *
10761076

10771077
4.27) What replication options are available?
10781078

1079-
There are several master/slave replication solutions available. These
1079+
There are several master/slave replication options available. These
10801080
allow only the master to make database changes and the slave can only
10811081
do database reads. The bottom of
10821082
http://gborg.postgresql.org/genpage?replication_research lists them. A
@@ -1092,6 +1092,7 @@ SELECT *
10921092
* Database user passwords are automatically encrypted when stored in
10931093
version 7.3. In previous versions, you must enable
10941094
password_encryption in postgresql.conf.
1095+
* The server can run using an encrypted file system.
10951096
_________________________________________________________________
10961097

10971098
Extending PostgreSQL

doc/src/FAQ/FAQ.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
alink="#0000ff">
1515
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1616

17-
<P>Last updated: Fri Oct 11 00:59:31 EDT 2002</P>
17+
<P>Last updated: Fri Oct 11 13:54:56 EDT 2002</P>
1818

1919
<P>Current maintainer: Bruce Momjian (<A href=
2020
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -1378,7 +1378,7 @@ <H4><A name="4.26">4.26</A>) Why can't I reliably create/drop
13781378

13791379
<H4><A name="4.27">4.27</A>) What replication options are available?
13801380
</H4>
1381-
<P>There are several master/slave replication solutions available.
1381+
<P>There are several master/slave replication options available.
13821382
These allow only the master to make database changes and the slave
13831383
can only do database reads. The bottom of <a
13841384
href="http://gborg.postgresql.org/genpage?replication_research">
@@ -1397,6 +1397,7 @@ <H4><A name="4.27">4.27</A>) What encryption options are available?
13971397
<LI>Database user passwords are automatically encrypted when stored
13981398
in version 7.3. In previous versions, you must enable
13991399
<I>password_encryption</I> in <I>postgresql.conf</I>.</LI>
1400+
<LI>The server can run using an encrypted file system.</LI>
14001401
</UL>
14011402

14021403
<HR>

0 commit comments

Comments
 (0)