Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit477a64d

Browse files
committed
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
1 parenta284e17 commit477a64d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

‎doc/FAQ

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Mon Feb 14 23:03:15 EST 2005
4+
Last updated: Mon Feb 14 23:35:09 EST 2005
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -76,8 +76,8 @@
7676
4.17) How do I perform an outer join?
7777
4.18) How do I perform queries using multiple databases?
7878
4.19) How do I return multiple rows or columns from a function?
79-
4.20) Whycan't Ireliably create/drop temporary tables in PL/PgSQL
80-
functions?
79+
4.20) Whydo Iget "missing oid" errors when accessing temporary
80+
tables in PL/PgSQLfunctions?
8181
4.21) What encryption options are available?
8282

8383
Extending PostgreSQL
@@ -805,8 +805,8 @@
805805
It is easy using set-returning functions,
806806
http://techdocs.postgresql.org/guides/SetReturningFunctions.
807807

808-
4.20) Whycan't Ireliably create/droptemporary tables in PL/PgSQL
809-
functions?
808+
4.20) Whydo Iget "missing oid" errors when accessingtemporary tables in
809+
PL/PgSQLfunctions?
810810

811811
PL/PgSQL caches function scripts, and an unfortunate side effect is
812812
that if a PL/PgSQL function accesses a temporary table, and that table

‎doc/src/FAQ/FAQ.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

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>
1414

1515
<P>Current maintainer: Bruce Momjian (<Ahref=
1616
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)
@@ -112,8 +112,8 @@ <H2 align="center">Operational Questions</H2>
112112
databases?<BR>
113113
<Ahref="#4.19">4.19</A>) How do I return multiple rows or columns
114114
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>
117117
<Ahref="#4.21">4.21</A>) What encryption options are available?<BR>
118118

119119

@@ -1039,8 +1039,8 @@ <H4><A name="4.19">4.19</A>) How do I return multiple rows or
10391039
<ahref="http://techdocs.postgresql.org/guides/SetReturningFunctions">
10401040
http://techdocs.postgresql.org/guides/SetReturningFunctions</a>.
10411041

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>
10441044

10451045
<P>PL/PgSQL caches function scripts, and an unfortunate side effect
10461046
is that if a PL/PgSQL function accesses a temporary table, and that

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp