Update URL for set-returning functions.
authorBruce Momjian
Wed, 21 Feb 2007 03:50:57 +0000 (03:50 +0000)
committerBruce Momjian
Wed, 21 Feb 2007 03:50:57 +0000 (03:50 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 9754fe8127f97e81a2e010866123dcd09887c514..756fb59b02f7e4b31c62653f3cb50cb2fa327f26 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Thu Feb 8 22:43:13 EST 2007
+   Last updated: Tue Feb 20 22:50:50 EST 2007
    
    Current maintainer: Bruce Momjian ([email protected])
    
   4.18) 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://www.postgresql.org/docs/techdocs.17
    .
    
   4.19) Why do I get "relation with OID ##### does not exist" errors when
index 61e386aa3de29ceb9fc90be0c14caa4ebe623cff..4a060e4d5f10f5ef6da8542811ca95e964e7f466 100644 (file)
@@ -10,7 +10,7 @@
   alink="#0000ff">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Thu Feb  8 22:43:13 EST 2007

+    

Last updated: Tue Feb 20 22:50:50 EST 2007

 
     

Current maintainer: Bruce Momjian (

@@ -1069,8 +1069,8 @@ length
     columns from a function?
 
     

It is easy using set-returning functions, 

-    techdocs.postgresql.org/guides/SetReturningFunctions">
-    http://techdocs.postgresql.org/guides/SetReturningFunctions

.
+    www.postgresql.org/docs/techdocs.17">
+    http://www.postgresql.org/docs/techdocs.17

.
 
     4.19) Why do I get "relation with OID #####
     does not exist" errors when accessing temporary tables in PL/PgSQL