summaryrefslogtreecommitdiff
path: root/doc/FAQ
diff options
context:
space:
mode:
authorBruce Momjian2005-03-11 21:46:54 +0000
committerBruce Momjian2005-03-11 21:46:54 +0000
commitb9de4a26cf1b34f9a9a6c9bdfc8d3878bd075ce1 (patch)
tree6a8f8056b8e972d3909d8438b951bebeb2797e23 /doc/FAQ
parentcaad817d1c250017b3f456417ecf14fa7ad083e6 (diff)
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
Diffstat (limited to 'doc/FAQ')
-rw-r--r--doc/FAQ5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 5b2ac568755..616258ee047 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
Frequently Asked Questions (FAQ) for PostgreSQL
- Last updated: Thu Feb 24 23:18:31 EST 2005
+ Last updated: Fri Mar 11 16:42:06 EST 2005
Current maintainer: Bruce Momjian ([email protected])
@@ -819,7 +819,8 @@
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 "relation with OID ##### does not exist" errors when
accessing temporary tables in PL/PgSQL functions?