Remove encryption FAQ item now that we have a doc section.
authorBruce Momjian
Mon, 9 May 2005 17:15:15 +0000 (17:15 +0000)
committerBruce Momjian
Mon, 9 May 2005 17:15:15 +0000 (17:15 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 01dba277691ebb155db5998f8c162a96084a5bd6..f02109f7da42b6a583bab944c0090e758791564c 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Wed May 4 21:42:01 EDT 2005
+   Last updated: Mon May 9 13:15:04 EDT 2005
    
    Current maintainer: Bruce Momjian ([email protected])
    
@@ -78,8 +78,7 @@
    4.18) How do I return multiple rows or columns from a function?
    4.19) Why do I get "relation with OID ##### does not exist" errors
    when accessing temporary tables in PL/PgSQL functions?
-   4.20) What encryption options are available?
-   4.21) What replication solutions are available?
+   4.20) What replication solutions are available?
      _________________________________________________________________
    
                              General Questions
    table access in PL/PgSQL. This will cause the query to be reparsed
    every time.
    
-  4.20) What encryption options are available?
-  
-     * contrib/pgcrypto contains many encryption functions for use in SQL
-       queries.
-     * To encrypt transmission from the client to the server, the server
-       must have the ssl option set to true in postgresql.conf, and an
-       applicable host or hostssl record must exist in pg_hba.conf, and
-       the client sslmode must not be disable. (Note that it is also
-       possible to use a third-party encrypted transport, such as stunnel
-       or ssh, rather than PostgreSQL's native SSL connections.)
-     * Database user passwords are automatically encrypted when stored in
-       the system tables.
-     * The server can also run using an encrypted file system.
-       
-  4.21) What replication solutions are available?
+  4.20) What replication solutions are available?
   
    Though "replication" is a single term, there are several technologies
    for doing replication, with advantages and disadvantages for each.
index a13a6440f9351fd27f48eb4a5c466a66d69cc7be..1c6f3d9ccf837ce8573588e4121d310efd8b127a 100644 (file)
@@ -10,7 +10,7 @@
   alink="#0000ff">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Wed May  4 21:42:01 EDT 2005

+    

Last updated: Mon May  9 13:15:04 EDT 2005

 
     

Current maintainer: Bruce Momjian (

      4.19) Why do I get "relation with OID #####
     does not exist" errors when accessing temporary tables in PL/PgSQL
     functions?
-     4.20) What encryption options are available?
-     4.21) What replication solutions are available?
+     4.20) What replication solutions are available?
      
 
     
@@ -980,24 +979,7 @@ length
     EXECUTE for temporary table access in PL/PgSQL. This
     will cause the query to be reparsed every time.

 
-    

4.20) What encryption options are available?

-    
-    
    -    
  • contrib/pgcrypto contains many encryption functions for
  • -    use in SQL queries.
    -    
  • To encrypt transmission from the client to the server, the server
  • -    must have the ssl option set to true in postgresql.conf,
    -     and an applicable host or hostssl record must exist in
    -    pg_hba.conf, and the client sslmode must not be
    -    disable. (Note that it is also possible to use a third-party
    -    encrypted transport, such as stunnel or ssh, rather than PostgreSQL's
    -    native SSL connections.)
    -    
  • Database user passwords are automatically encrypted when stored in
  • -    the system tables.
    -    
  • The server can also run using an encrypted file system.
  • -    
    -
    -    

    4.21) What replication solutions are available?

    +    

    4.20) What replication solutions are available?

         
     
         

    Though "replication" is a single term, there are several technologies