aboutsummaryrefslogtreecommitdiff
path: root/doc/FAQ
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/FAQ
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/FAQ')
-rw-r--r--doc/FAQ10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 2efeaaeb6d3..9b985fc8329 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
Frequently Asked Questions (FAQ) for PostgreSQL
- Last updated: Mon Feb 14 23:03:15 EST 2005
+ Last updated: Mon Feb 14 23:35:09 EST 2005
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -76,8 +76,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 can't I reliably create/drop temporary tables in PL/PgSQL
- functions?
+ 4.20) Why do I get "missing oid" errors when accessing temporary
+ tables in PL/PgSQL functions?
4.21) What encryption options are available?
Extending PostgreSQL
@@ -805,8 +805,8 @@
It is easy using set-returning functions,
http://techdocs.postgresql.org/guides/SetReturningFunctions.
- 4.20) Why can't I reliably create/drop temporary tables in PL/PgSQL
- functions?
+ 4.20) Why do I get "missing oid" 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