From 6b80ca2f06d6c5ba0112d2f8cbcec88d82721167 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 25 Feb 2005 04:18:27 +0000 Subject: Fix plpgsql error message for dropped temporary tables. --- doc/src/FAQ/FAQ.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index c885494f9ed..295ca20f4ae 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -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 (pgman@candle.pha.pa.us) @@ -113,8 +113,9 @@ 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 -- cgit v1.2.3