diff options
author | Bruce Momjian | 2005-03-11 21:46:54 +0000 |
---|---|---|
committer | Bruce Momjian | 2005-03-11 21:46:54 +0000 |
commit | b9de4a26cf1b34f9a9a6c9bdfc8d3878bd075ce1 (patch) | |
tree | 6a8f8056b8e972d3909d8438b951bebeb2797e23 /doc/FAQ | |
parent | caad817d1c250017b3f456417ecf14fa7ad083e6 (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/FAQ | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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? |