Fix plpgsql error message for dropped temporary tables.
authorBruce Momjian
Fri, 25 Feb 2005 04:18:27 +0000 (04:18 +0000)
committerBruce Momjian
Fri, 25 Feb 2005 04:18:27 +0000 (04:18 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 604f21cf843a1f68e3a320da8b31eb2adda2d2eb..5b2ac5687551337b0e5dba2f3cb42074a715d7e9 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Thu Feb 24 19:45:40 EST 2005
+   Last updated: Thu Feb 24 23:18:31 EST 2005
    
    Current maintainer: Bruce Momjian ([email protected])
    
@@ -77,8 +77,8 @@
    4.17) How do I perform an outer join?
    4.18) How do I perform queries using multiple databases?
    4.19) How do I return multiple rows or columns from a function?
-   4.20) Why do I get "missing oid" errors when accessing temporary
-   tables in PL/PgSQL functions?
+   4.20) Why do I get "relation with OID ##### does not exist" errors
+   when accessing temporary tables in PL/PgSQL functions?
    4.21) What encryption options are available?
    
                             Extending PostgreSQL
    It is easy using set-returning functions,
    http://techdocs.postgresql.org/guides/SetReturningFunctions.
    
-    4.20) Why do I get "missing oid" errors when accessing temporary tables in
-    PL/PgSQL functions?
+    4.20) Why do I get "relation with OID ##### does not exist" errors when
+    accessing temporary tables in PL/PgSQL functions?
     
    PL/PgSQL caches function scripts, and an unfortunate side effect is
    that if a PL/PgSQL function accesses a temporary table, and that table
index c885494f9ed9973ee9991eea89b2d045ad3affe8..295ca20f4ae62c44e4799f70943ec979cb365531 100644 (file)
@@ -10,7 +10,7 @@
   alink="#0000ff">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Thu Feb 24 19:45:40 EST 2005

+    

Last updated: Thu Feb 24 23:18:31 EST 2005

 
     

Current maintainer: Bruce Momjian (

     databases?
      4.19) How do I return multiple rows or columns
     from a function?
-     4.20) Why do I get "missing oid" errors when
-    accessing temporary tables in PL/PgSQL functions?
+     4.20) Why do I get "relation with OID #####
+    does not exist" errors when accessing temporary tables in PL/PgSQL
+    functions?
      4.21) What encryption options are available?
      
 
@@ -1058,8 +1059,9 @@ length
     
     http://techdocs.postgresql.org/guides/SetReturningFunctions.
 
-    

4.20) Why do I get "missing oid" errors when

-    accessing temporary tables in PL/PgSQL functions?
+    

4.20) Why do I get "relation with OID #####

+    does not exist" errors when accessing temporary tables in PL/PgSQL
+    functions?
 
     

PL/PgSQL caches function scripts, and an unfortunate side effect

     is that if a PL/PgSQL function accesses a temporary table, and that