|
10 | 10 | alink="#0000ff"> |
11 | 11 | <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> |
12 | 12 |
|
13 | | -<P>Last updated: Thu Feb 2419:45:40 EST 2005</P> |
| 13 | +<P>Last updated: Thu Feb 2423:18:31 EST 2005</P> |
14 | 14 |
|
15 | 15 | <P>Current maintainer: Bruce Momjian (<Ahref= |
16 | 16 | "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>) |
@@ -113,8 +113,9 @@ <H2 align="center">Operational Questions</H2> |
113 | 113 | databases?<BR> |
114 | 114 | <Ahref="#4.19">4.19</A>) How do I return multiple rows or columns |
115 | 115 | from a function?<BR> |
116 | | -<Ahref="#4.20">4.20</A>) Why do I get "missing oid" errors when |
117 | | - accessing temporary tables in PL/PgSQL functions?<BR> |
| 116 | +<Ahref="#4.20">4.20</A>) Why do I get "relation with OID ##### |
| 117 | + does not exist" errors when accessing temporary tables in PL/PgSQL |
| 118 | + functions?<BR> |
118 | 119 | <Ahref="#4.21">4.21</A>) What encryption options are available?<BR> |
119 | 120 |
|
120 | 121 |
|
@@ -1058,8 +1059,9 @@ <H4><A name="4.19">4.19</A>) How do I return multiple rows or |
1058 | 1059 | <ahref="http://techdocs.postgresql.org/guides/SetReturningFunctions"> |
1059 | 1060 | http://techdocs.postgresql.org/guides/SetReturningFunctions</a>. |
1060 | 1061 |
|
1061 | | -<H4><Aname="4.20">4.20</A>) Why do I get "missing oid" errors when |
1062 | | - accessing temporary tables in PL/PgSQL functions?</H4> |
| 1062 | +<H4><Aname="4.20">4.20</A>) Why do I get "relation with OID ##### |
| 1063 | + does not exist" errors when accessing temporary tables in PL/PgSQL |
| 1064 | + functions?</H4> |
1063 | 1065 |
|
1064 | 1066 | <P>PL/PgSQL caches function scripts, and an unfortunate side effect |
1065 | 1067 | is that if a PL/PgSQL function accesses a temporary table, and that |
|