Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
6b80ca2f
Commit
6b80ca2f
authored
Feb 25, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix plpgsql error message for dropped temporary tables.
parent
e49da485
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
+12
-10
doc/FAQ
doc/FAQ
+5
-5
doc/src/FAQ/FAQ.html
doc/src/FAQ/FAQ.html
+7
-5
No files found.
doc/FAQ
View file @
6b80ca2f
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Thu Feb 24
19:45:40
EST 2005
Last updated: Thu Feb 24
23:18:31
EST 2005
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -77,8 +77,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 do I get "
missing oid" errors when accessing temporary
tables in PL/PgSQL functions?
4.20) Why do I get "
relation with OID ##### does not exist" errors
when accessing temporary
tables in PL/PgSQL functions?
4.21) What encryption options are available?
Extending PostgreSQL
...
...
@@ -821,8 +821,8 @@
It is easy using set-returning functions,
http://techdocs.postgresql.org/guides/SetReturningFunctions.
4.20) Why do I get "
missing oid" errors when accessing temporary tables i
n
PL/PgSQL functions?
4.20) Why do I get "
relation with OID ##### does not exist" errors whe
n
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
...
...
doc/src/FAQ/FAQ.html
View file @
6b80ca2f
...
...
@@ -10,7 +10,7 @@
alink=
"#0000ff"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated: Thu Feb 24
19:45:40
EST 2005
</P>
<P>
Last updated: Thu Feb 24
23:18:31
EST 2005
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
...
...
@@ -113,8 +113,9 @@
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 do I get "missing oid" errors when
accessing temporary tables in PL/PgSQL functions?
<BR>
<A
href=
"#4.20"
>
4.20
</A>
) Why do I get "relation with OID #####
does not exist" errors when accessing temporary tables in PL/PgSQL
functions?
<BR>
<A
href=
"#4.21"
>
4.21
</A>
) What encryption options are available?
<BR>
...
...
@@ -1058,8 +1059,9 @@ 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 do I get "missing oid" errors when
accessing temporary tables in PL/PgSQL functions?
</H4>
<H4><A
name=
"4.20"
>
4.20
</A>
) Why do I get "relation with OID #####
does not exist" 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment