Remove replicaiton FAQ item.
authorBruce Momjian
Sun, 14 Nov 2004 21:33:10 +0000 (21:33 +0000)
committerBruce Momjian
Sun, 14 Nov 2004 21:33:10 +0000 (21:33 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 3c43a8b32d030d4f675dd6797369e4343e5f4409..82cdf1f0a5c4837a5e97d17248e44479d44506ed 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Tue Aug 31 23:28:02 EDT 2004
+   Last updated: Sun Nov 14 16:32:47 EST 2004
    
    Current maintainer: Bruce Momjian ([email protected])
    
@@ -97,8 +97,7 @@
    4.25) How do I return multiple rows or columns from a function?
    4.26) Why can't I reliably create/drop temporary tables in PL/PgSQL
    functions?
-   4.27) What replication options are available?
-   4.28) What encryption options are available?
+   4.27) What encryption options are available?
    
                             Extending PostgreSQL
                                       
@@ -1111,16 +1110,7 @@ CREATE TABLE test (x int, modtime timestamp DEFAULT CURRENT_TIMESTAMP );
    table access in PL/PgSQL. This will cause the query to be reparsed
    every time.
    
-    4.27) What replication options are 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
-   http://gborg.PostgreSQL.org/genpage?replication_research lists them. A
-   multi-master replication solution is being worked on at
-   http://gborg.PostgreSQL.org/project/pgreplication/projdisplay.php.
-   
-    4.28) What encryption options are available?
+    4.27) What encryption options are available?
     
      * contrib/pgcrypto contains many encryption functions for use in SQL
        queries.
index 47c00659bc6b2b335f7a4a8babe81ecbf8c78208..0c25d6bc4a395f0e7a2b028926b06f3b88d802fe 100644 (file)
@@ -10,7 +10,7 @@
   alink="#0000ff">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Tue Aug 31 23:28:02 EDT 2004

+    

Last updated: Sun Nov 14 16:32:47 EST 2004

 
     

Current maintainer: Bruce Momjian (

     from a function?
      4.26) Why can't I reliably create/drop
     temporary tables in PL/PgSQL functions?
-     4.27) What replication options are available?
-     4.28) What encryption options are available?
+     4.27) What encryption options are available?
      
 
     Extending PostgreSQL
@@ -1396,17 +1395,7 @@ BYTEA           bytea           variable-length byte array (null-byte safe)
     EXECUTE for temporary table access in PL/PgSQL. This
     will cause the query to be reparsed every time.

 
-    

4.27) What replication options are 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">
-    http://gborg.PostgreSQL.org/genpage?replication_research lists
-    them. A multi-master replication solution is being worked on at 
-    href="http://gborg.PostgreSQL.org/project/pgreplication/projdisplay.php">http://gborg.PostgreSQL.org/project/pgreplication/projdisplay.php.

-
-    

4.28) What encryption options are available?

+    

4.27) What encryption options are available?

     
     
         
  • contrib/pgcrypto contains many encryption functions for