|
10 | 10 | alink="#0000ff">
|
11 | 11 | <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
|
12 | 12 |
|
13 |
| -<P>Last updated: Mon Feb 14 23:03:15 EST 2005</P> |
| 13 | +<P>Last updated: Mon Feb 14 23:35:09 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>)
|
@@ -112,8 +112,8 @@ <H2 align="center">Operational Questions</H2>
|
112 | 112 | databases?<BR>
|
113 | 113 | <Ahref="#4.19">4.19</A>) How do I return multiple rows or columns
|
114 | 114 | from a function?<BR>
|
115 |
| -<Ahref="#4.20">4.20</A>) Whycan't Ireliably create/drop |
116 |
| - temporary tables in PL/PgSQL functions?<BR> |
| 115 | +<Ahref="#4.20">4.20</A>) Whydo Iget "missing oid" errors when |
| 116 | +accessingtemporary tables in PL/PgSQL functions?<BR> |
117 | 117 | <Ahref="#4.21">4.21</A>) What encryption options are available?<BR>
|
118 | 118 |
|
119 | 119 |
|
@@ -1039,8 +1039,8 @@ <H4><A name="4.19">4.19</A>) How do I return multiple rows or
|
1039 | 1039 | <ahref="http://techdocs.postgresql.org/guides/SetReturningFunctions">
|
1040 | 1040 | http://techdocs.postgresql.org/guides/SetReturningFunctions</a>.
|
1041 | 1041 |
|
1042 |
| -<H4><Aname="4.20">4.20</A>) Whycan't Ireliably create/drop |
1043 |
| - temporary tables in PL/PgSQL functions?</H4> |
| 1042 | +<H4><Aname="4.20">4.20</A>) Whydo Iget "missing oid" errors when |
| 1043 | +accessingtemporary tables in PL/PgSQL functions?</H4> |
1044 | 1044 |
|
1045 | 1045 | <P>PL/PgSQL caches function scripts, and an unfortunate side effect
|
1046 | 1046 | is that if a PL/PgSQL function accesses a temporary table, and that
|
|