Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit db962bb

Browse files
committed
Remove FAQ item about temp tables in plpsql having invalid oid problems,
per suggestions from Pavel Stehule.
1 parent cd2cf74 commit db962bb

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

doc/FAQ

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Tue Oct 9 15:52:10 EDT 2007
4+
Last updated: Tue Oct 9 16:07:30 EDT 2007
55

66
Current maintainer: Bruce Momjian (bruce@momjian.us)
77

@@ -78,10 +78,8 @@
7878
4.16) How do I perform an outer join?
7979
4.17) How do I perform queries using multiple databases?
8080
4.18) How do I return multiple rows or columns from a function?
81-
4.19) Why do I get "relation with OID ##### does not exist" errors
82-
when accessing temporary tables in PL/PgSQL functions?
83-
4.20) What replication solutions are available?
84-
4.21) Why are my table and column names not recognized in my query?
81+
4.19) What replication solutions are available?
82+
4.20) Why are my table and column names not recognized in my query?
8583
Why is capitalization not preserved?
8684
_________________________________________________________________
8785

@@ -809,7 +807,7 @@
809807
table access in PL/PgSQL. This will cause the query to be reparsed
810808
every time.
811809

812-
4.20) What replication solutions are available?
810+
4.19) What replication solutions are available?
813811

814812
Though "replication" is a single term, there are several technologies
815813
for doing replication, with advantages and disadvantages for each.
@@ -828,7 +826,7 @@
828826
There are also commercial and hardware-based replication solutions
829827
available supporting a variety of replication models.
830828

831-
4.21) Why are my table and column names not recognized in my query? Why is
829+
4.20) Why are my table and column names not recognized in my query? Why is
832830
capitalization not preserved?
833831

834832
The most common cause of unrecognized names is the use of

doc/src/FAQ/FAQ.html

+5-8
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: Tue Oct 9 15:52:10 EDT 2007</P>
13+
<P>Last updated: Tue Oct 9 16:07:30 EDT 2007</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<A href=
1616
"mailto:bruce@momjian.us">bruce@momjian.us</A>)
@@ -114,11 +114,8 @@ <H2 align="center">Operational Questions</H2>
114114
databases?<BR>
115115
<A href="#item4.18">4.18</A>) How do I return multiple rows or columns
116116
from a function?<BR>
117-
<A href="#item4.19">4.19</A>) Why do I get "relation with OID #####
118-
does not exist" errors when accessing temporary tables in PL/PgSQL
119-
functions?<BR>
120-
<A href="#item4.20">4.20</A>) What replication solutions are available?<BR>
121-
<A href="#item4.21">4.21</A>) Why are my table and column names not
117+
<A href="#item4.20">4.19</A>) What replication solutions are available?<BR>
118+
<A href="#item4.21">4.20</A>) Why are my table and column names not
122119
recognized in my query? Why is capitalization not preserved?<BR>
123120

124121

@@ -1062,7 +1059,7 @@ <H3 id="item4.19">4.19) Why do I get "relation with OID #####
10621059
<SMALL>EXECUTE</SMALL> for temporary table access in PL/PgSQL. This
10631060
will cause the query to be reparsed every time.</P>
10641061

1065-
<H3 id="item4.20">4.20) What replication solutions are available?
1062+
<H3 id="item4.19">4.19) What replication solutions are available?
10661063
</H3>
10671064

10681065
<P>Though "replication" is a single term, there are several technologies
@@ -1084,7 +1081,7 @@ <H3 id="item4.20">4.20) What replication solutions are available?
10841081
<P>There are also commercial and hardware-based replication solutions
10851082
available supporting a variety of replication models.</P>
10861083

1087-
<H3 id="item4.21">4.21) Why are my table and column names not
1084+
<H3 id="item4.20">4.20) Why are my table and column names not
10881085
recognized in my query? Why is capitalization not preserved?</H3>
10891086

10901087
<P>The most common cause of unrecognized names is the use of

0 commit comments

Comments
 (0)