Remove FAQ item about temp tables in plpsql having invalid oid problems,
authorBruce Momjian
Tue, 9 Oct 2007 20:08:04 +0000 (20:08 +0000)
committerBruce Momjian
Tue, 9 Oct 2007 20:08:04 +0000 (20:08 +0000)
per suggestions from Pavel Stehule.

doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index f35ada2c58bbc0129e21db46226d686976fa7a35..2ce673620e2ddf805539c0dc0661588a159de6e3 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Tue Oct 9 15:52:10 EDT 2007
+   Last updated: Tue Oct 9 16:07:30 EDT 2007
    
    Current maintainer: Bruce Momjian ([email protected])
    
    4.16) How do I perform an outer join?
    4.17) How do I perform queries using multiple databases?
    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 replication solutions are available?
-   4.21) Why are my table and column names not recognized in my query?
+   4.19) What replication solutions are available?
+   4.20) Why are my table and column names not recognized in my query?
    Why is capitalization not preserved?
      _________________________________________________________________
    
    table access in PL/PgSQL. This will cause the query to be reparsed
    every time.
    
-  4.20) What replication solutions are available?
+  4.19) What replication solutions are available?
   
    Though "replication" is a single term, there are several technologies
    for doing replication, with advantages and disadvantages for each.
    There are also commercial and hardware-based replication solutions
    available supporting a variety of replication models.
    
-  4.21) Why are my table and column names not recognized in my query? Why is
+  4.20) Why are my table and column names not recognized in my query? Why is
   capitalization not preserved?
   
    The most common cause of unrecognized names is the use of
index 3a3235eaa6b3c5cada08ca871f89090bb8fabd90..f8b797fb0d42722eb5048b30dda5ac885da351e4 100644 (file)
@@ -10,7 +10,7 @@
   alink="#0000ff">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Tue Oct  9 15:52:10 EDT 2007

+    

Last updated: Tue Oct  9 16:07:30 EDT 2007

 
     

Current maintainer: Bruce Momjian (

     databases?
      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 replication solutions are available?
-     4.21) Why are my table and column names not
+     4.19) What replication solutions are available?
+     4.20) Why are my table and column names not
     recognized in my query?  Why is capitalization not preserved?
 
 
@@ -1062,7 +1059,7 @@ length
     EXECUTE for temporary table access in PL/PgSQL. This
     will cause the query to be reparsed every time.

 
-    20">4.20) What replication solutions are available?
+    19">4.19) What replication solutions are available?
     
 
     

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

@@ -1084,7 +1081,7 @@ length
     

There are also commercial and hardware-based replication solutions

     available supporting a variety of replication models.

 
-    1">4.21) Why are my table and column names not
+    0">4.20) Why are my table and column names not
     recognized in my query?  Why is capitalization not preserved?
 
     

The most common cause of unrecognized names is the use of