Update FAQ.
authorBruce Momjian
Fri, 11 Oct 2002 17:55:17 +0000 (17:55 +0000)
committerBruce Momjian
Fri, 11 Oct 2002 17:55:17 +0000 (17:55 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 196ca309331eb80df5aa06e6a3265d5c8687a7fb..4888cb649d34d255991106d6c550c52c378e1bde 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Fri Oct 11 00:59:31 EDT 2002
+   Last updated: Fri Oct 11 13:54:56 EDT 2002
    
    Current maintainer: Bruce Momjian ([email protected])
    
@@ -1076,7 +1076,7 @@ SELECT *
    
     4.27) What replication options are available?
     
-   There are several master/slave replication solutions available. These
+   There are several master/slave replication options available. These
    allow only the master to make database changes and the slave can only
    do database reads. The bottom of
    http://gborg.postgresql.org/genpage?replication_research lists them. A
@@ -1092,6 +1092,7 @@ SELECT *
      * Database user passwords are automatically encrypted when stored in
        version 7.3. In previous versions, you must enable
        password_encryption in postgresql.conf.
+     * The server can run using an encrypted file system.
      _________________________________________________________________
    
                             Extending PostgreSQL
index a412b67fa25854ce485bee042567918f8c6a1364..7553a988db3d9f7c02bf6fbcaad440c46fc7a71a 100644 (file)
@@ -14,7 +14,7 @@
   alink="#0000ff">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Fri Oct 11 00:59:31 EDT 2002

+    

Last updated: Fri Oct 11 13:54:56 EDT 2002

 
     

Current maintainer: Bruce Momjian (

@@ -1378,7 +1378,7 @@ BYTEA           bytea           variable-length byte array (null-byte safe)
 
     

4.27) What replication options are available?

     
-    

There are several master/slave replication solutions available.

+    

There are several master/slave replication options available.

     These allow only the master to make database changes and the slave
     can only do database reads. The bottom of 
     href="http://gborg.postgresql.org/genpage?replication_research">
@@ -1397,6 +1397,7 @@ BYTEA           bytea           variable-length byte array (null-byte safe)
     
  • Database user passwords are automatically encrypted when stored
  •      in version 7.3. In previous versions, you must enable
         password_encryption in postgresql.conf.
    +    
  • The server can run using an encrypted file system.
  •