File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Frequently Asked Questions (FAQ) for PostgreSQL
3
3
4
- Last updated: Fri Oct 11 00:59:31 EDT 2002
4
+ Last updated: Fri Oct 11 13:54:56 EDT 2002
5
5
6
6
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
7
7
@@ -1076,7 +1076,7 @@ SELECT *
1076
1076
1077
1077
4.27) What replication options are available?
1078
1078
1079
- There are several master/slave replication solutions available. These
1079
+ There are several master/slave replication options available. These
1080
1080
allow only the master to make database changes and the slave can only
1081
1081
do database reads. The bottom of
1082
1082
http://gborg.postgresql.org/genpage?replication_research lists them. A
@@ -1092,6 +1092,7 @@ SELECT *
1092
1092
* Database user passwords are automatically encrypted when stored in
1093
1093
version 7.3. In previous versions, you must enable
1094
1094
password_encryption in postgresql.conf.
1095
+ * The server can run using an encrypted file system.
1095
1096
_________________________________________________________________
1096
1097
1097
1098
Extending PostgreSQL
Original file line number Diff line number Diff line change 14
14
alink ="#0000ff ">
15
15
< H1 > Frequently Asked Questions (FAQ) for PostgreSQL</ H1 >
16
16
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 >
18
18
19
19
< P > Current maintainer: Bruce Momjian (< A href =
20
20
"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
1378
1378
1379
1379
< H4 > < A name ="4.27 "> 4.27</ A > ) What replication options are available?
1380
1380
</ H4 >
1381
- < P > There are several master/slave replication solutions available.
1381
+ < P > There are several master/slave replication options available.
1382
1382
These allow only the master to make database changes and the slave
1383
1383
can only do database reads. The bottom of < a
1384
1384
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?
1397
1397
< LI > Database user passwords are automatically encrypted when stored
1398
1398
in version 7.3. In previous versions, you must enable
1399
1399
< I > password_encryption</ I > in < I > postgresql.conf</ I > .</ LI >
1400
+ < LI > The server can run using an encrypted file system.</ LI >
1400
1401
</ UL >
1401
1402
1402
1403
< HR >
You can’t perform that action at this time.
0 commit comments