diff options
author | Bruce Momjian | 2007-10-09 20:08:04 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-10-09 20:08:04 +0000 |
commit | db962bb14d655ae1d93854f95ef1c115aa009113 (patch) | |
tree | 90567049151e3af8fe31ebd93e48170c860fe825 /doc/src/FAQ/FAQ.html | |
parent | cd2cf74584b3938cb79dae83a87bf52d0e6ee75f (diff) |
Remove FAQ item about temp tables in plpsql having invalid oid problems,
per suggestions from Pavel Stehule.
Diffstat (limited to 'doc/src/FAQ/FAQ.html')
-rw-r--r-- | doc/src/FAQ/FAQ.html | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 3a3235eaa6b..f8b797fb0d4 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff"> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Tue Oct 9 15:52:10 EDT 2007</P> + <P>Last updated: Tue Oct 9 16:07:30 EDT 2007</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:bruce@momjian.us">bruce@momjian.us</A>) @@ -114,11 +114,8 @@ databases?<BR> <A href="#item4.18">4.18</A>) How do I return multiple rows or columns from a function?<BR> - <A href="#item4.19">4.19</A>) Why do I get "relation with OID ##### - does not exist" errors when accessing temporary tables in PL/PgSQL - functions?<BR> - <A href="#item4.20">4.20</A>) What replication solutions are available?<BR> - <A href="#item4.21">4.21</A>) Why are my table and column names not + <A href="#item4.20">4.19</A>) What replication solutions are available?<BR> + <A href="#item4.21">4.20</A>) Why are my table and column names not recognized in my query? Why is capitalization not preserved?<BR> @@ -1062,7 +1059,7 @@ length</TD></TR> <SMALL>EXECUTE</SMALL> for temporary table access in PL/PgSQL. This will cause the query to be reparsed every time.</P> - <H3 id="item4.20">4.20) What replication solutions are available? + <H3 id="item4.19">4.19) What replication solutions are available? </H3> <P>Though "replication" is a single term, there are several technologies @@ -1084,7 +1081,7 @@ length</TD></TR> <P>There are also commercial and hardware-based replication solutions available supporting a variety of replication models.</P> - <H3 id="item4.21">4.21) Why are my table and column names not + <H3 id="item4.20">4.20) Why are my table and column names not recognized in my query? Why is capitalization not preserved?</H3> <P>The most common cause of unrecognized names is the use of |