aboutsummaryrefslogtreecommitdiff
path: root/doc/src/FAQ/FAQ.html
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-02-15 04:35:37 +0000
committerBruce Momjian <bruce@momjian.us>2005-02-15 04:35:37 +0000
commit477a64d9c8f8e11f8418911cfe054f0a135f1306 (patch)
treec854c2f18c9f7c7a75dd64e44d05ac4d7beadcfa /doc/src/FAQ/FAQ.html
parenta284e174a3fd7d0ba4a277cd02813fa931cd6598 (diff)
downloadpostgresql-477a64d9c8f8e11f8418911cfe054f0a135f1306.tar.gz
postgresql-477a64d9c8f8e11f8418911cfe054f0a135f1306.zip
Update question text:
<H4><A name="4.20">4.20</A>) Why do I get "missing oid" errors when accessing temporary tables in PL/PgSQL functions?</H4> Merlin Moncure
Diffstat (limited to 'doc/src/FAQ/FAQ.html')
-rw-r--r--doc/src/FAQ/FAQ.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index 50cb7038815..dd6be2928e9 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -10,7 +10,7 @@
alink="#0000ff">
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
- <P>Last updated: Mon Feb 14 23:03:15 EST 2005</P>
+ <P>Last updated: Mon Feb 14 23:35:09 EST 2005</P>
<P>Current maintainer: Bruce Momjian (<A href=
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)
@@ -112,8 +112,8 @@
databases?<BR>
<A href="#4.19">4.19</A>) How do I return multiple rows or columns
from a function?<BR>
- <A href="#4.20">4.20</A>) Why can't I reliably create/drop
- temporary tables in PL/PgSQL functions?<BR>
+ <A href="#4.20">4.20</A>) Why do I get "missing oid" errors when
+ accessing temporary tables in PL/PgSQL functions?<BR>
<A href="#4.21">4.21</A>) What encryption options are available?<BR>
@@ -1039,8 +1039,8 @@ length</TD></TR>
<a href="http://techdocs.postgresql.org/guides/SetReturningFunctions">
http://techdocs.postgresql.org/guides/SetReturningFunctions</a>.
- <H4><A name="4.20">4.20</A>) Why can't I reliably create/drop
- temporary tables in PL/PgSQL functions?</H4>
+ <H4><A name="4.20">4.20</A>) Why do I get "missing oid" errors when
+ accessing temporary tables in PL/PgSQL functions?</H4>
<P>PL/PgSQL caches function scripts, and an unfortunate side effect
is that if a PL/PgSQL function accesses a temporary table, and that