From 2e964aee757c1000590fc38c411ebdfbd66d37fe Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 11 Mar 2005 21:47:44 +0000 Subject: Here's the patch to fix a lot of markup errors in the HTML FAQs. Doesn't change content (at least not supposed to). Magnus Hagander --- doc/FAQ | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'doc/FAQ') diff --git a/doc/FAQ b/doc/FAQ index 6f1f456ca33..616258ee047 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Thu Feb 24 19:33:07 EST 2005 + Last updated: Fri Mar 11 16:42:06 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 @@ -321,7 +321,8 @@ For Web integration, PHP (http://www.php.net) is an excellent interface. - For complex cases, many use the Perl DBD::Pg with CGI.pm or mod_perl. + For complex cases, many use the Perl and DBD::Pg with CGI.pm or + mod_perl. 2.3) Does PostgreSQL have a graphical user interface? @@ -818,10 +819,11 @@ 4.19) How do I return multiple rows or columns from a function? It is easy using set-returning functions, - http://techdocs.postgresql.org/guides/SetReturningFunctions. + http://techdocs.postgresql.org/guides/SetReturningFunctions + . - 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? PL/PgSQL caches function scripts, and an unfortunate side effect is that if a PL/PgSQL function accesses a temporary table, and that table -- cgit v1.2.3