Update FAQ URLs as suggested by Curtis Gallant.
authorBruce Momjian
Thu, 26 Jun 2008 03:02:27 +0000 (03:02 +0000)
committerBruce Momjian
Thu, 26 Jun 2008 03:02:27 +0000 (03:02 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 1028e89c568b43c81d7152cbf5703345ab33e067..db1e093fe364eca3a49ab3097632a9feea15a6b6 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Fri Apr 25 10:34:17 EDT 2008
+   Last updated: Wed Jun 25 23:02:18 EDT 2008
    
    Current maintainer: Bruce Momjian ([email protected])
    
    
    PostgreSQL also runs natively on Microsoft Windows NT-based operating
    systems like Win2000 SP4, WinXP, and Win2003. A prepackaged installer
-   is available at http://pgfoundry.org/projects/pginstaller. MSDOS-based
-   versions of Windows (Win95, Win98, WinMe) can run PostgreSQL using
-   Cygwin.
+   is available at http://www.postgresql.org/download/windows.
+   MSDOS-based versions of Windows (Win95, Win98, WinMe) can run
+   PostgreSQL using Cygwin.
    
-   There is also a Novell Netware 6 port at http://forge.novell.com, and
-   an OS/2 (eComStation) version at
+   There is also a Novell Netware 6 port at
+   http://developer.novell.com/wiki/index.php/Postgresql, and an OS/2
+   (eComStation) version at
    http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&button=Search&key=postgre
    SQL&stype=all&sort=type&dir=%2F.
    
   
    There are a large number of GUI Tools that are available for
    PostgreSQL from both commercial and open source developers. A detailed
-   list can be found in the PostgreSQL Community Documentation
+   list can be found in the Community Guide to PostgreSQL GUI Tools.
      _________________________________________________________________
    
                           Administrative Questions
   4.18) How do I return multiple rows or columns from a function?
   
    It is easy using set-returning functions,
-   http://www.postgresql.org/docs/techdocs.17.
+   http://wiki.postgresql.org/wiki/Return_more_than_one_row_of_data_from_
+   PL/pgSQL_functions.
    
   4.19) Why do I get "relation with OID ##### does not exist" errors when
   accessing temporary tables in PL/PgSQL functions?
index c4b65d9aee5f255e386361d7f40bb61f741877a8..cf0fc8b0d695f79e53fcca5fa63c320f19cdd45d 100644 (file)
@@ -10,7 +10,7 @@
   alink="#0000ff">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Fri Apr 25 10:34:17 EDT 2008

+    

Last updated: Wed Jun 25 23:02:18 EDT 2008

 
     

Current maintainer: Bruce Momjian (

 
     

PostgreSQL also runs natively on Microsoft Windows NT-based operating

     systems like Win2000 SP4, WinXP, and Win2003.  A prepackaged installer is
-    available at pgfoundry.org/projects/pginstaller">
-    http://pgfoundry.org/projects/pginstaller.  MSDOS-based versions
+    available at www.postgresql.org/download/windows">
+    http://www.postgresql.org/download/windows.  MSDOS-based versions
     of Windows (Win95, Win98, WinMe) can run PostgreSQL using Cygwin.

 
     

There is also a Novell Netware 6 port at

-    forge.novell.com">http://forge.novell.com,
+    developer.novell.com/wiki/index.php/Postgresql">http://developer.novell.com/wiki/index.php/Postgresql,
     and an OS/2 (eComStation) version at 
     "http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&button=Search&key=postgreSQL&stype=all&sort=type&dir=%2F">
     http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&button=Search&key=postgreSQL&stype=all&sort=type&dir=%2F.

 
     

There are a large number of GUI Tools that are available for PostgreSQL

     from both commercial and open source developers. A detailed list can be
-    found in the ww.postgresql.org/docs/techdocs.54">
-    PostgreSQL Community Documentation

+    found in the iki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools">
+    Community Guide to PostgreSQL GUI Tools.

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

It is easy using set-returning functions, 

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

+    iki.postgresql.org/wiki/Return_more_than_one_row_of_data_from_PL/pgSQL_functions">
+    http://wiki.postgresql.org/wiki/Return_more_than_one_row_of_data_from_PL/pgSQL_functions.

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