diff options
author | Bruce Momjian | 2008-06-26 03:02:27 +0000 |
---|---|---|
committer | Bruce Momjian | 2008-06-26 03:02:27 +0000 |
commit | 54b9a968ed318def5baba4644de537efb52d3e85 (patch) | |
tree | 53467466188d97050cd4c779759af31577eb5469 /doc/src/FAQ/FAQ.html | |
parent | 1fc2fbe51fde7a4c40e48bedb99602d5792a8994 (diff) |
Update FAQ URLs as suggested by Curtis Gallant.
Diffstat (limited to 'doc/src/FAQ/FAQ.html')
-rw-r--r-- | doc/src/FAQ/FAQ.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index c4b65d9aee5..cf0fc8b0d69 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff"> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Fri Apr 25 10:34:17 EDT 2008</P> + <P>Last updated: Wed Jun 25 23:02:18 EDT 2008</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:bruce@momjian.us">bruce@momjian.us</A>) @@ -210,12 +210,12 @@ <P>PostgreSQL also runs natively on Microsoft Windows NT-based operating systems like Win2000 SP4, WinXP, and Win2003. A prepackaged installer is - available at <a href= "http://pgfoundry.org/projects/pginstaller"> - http://pgfoundry.org/projects/pginstaller</a>. MSDOS-based versions + available at <a href= "http://www.postgresql.org/download/windows"> + http://www.postgresql.org/download/windows</a>. MSDOS-based versions of Windows (Win95, Win98, WinMe) can run PostgreSQL using Cygwin.</P> <p>There is also a Novell Netware 6 port at - <a href="http://forge.novell.com">http://forge.novell.com</a>, + <a href="http://developer.novell.com/wiki/index.php/Postgresql">http://developer.novell.com/wiki/index.php/Postgresql</a>, and an OS/2 (eComStation) version at <a href= "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</a>.</p> @@ -514,8 +514,8 @@ <P>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 <A href="http://www.postgresql.org/docs/techdocs.54"> - PostgreSQL Community Documentation</A></P> + found in the <A href="http://wiki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools"> + Community Guide to PostgreSQL GUI Tools</A>.</P> <HR> @@ -1072,8 +1072,8 @@ length</TD></TR> columns from a function?</H3> <P>It is easy using set-returning functions, - <a href="http://www.postgresql.org/docs/techdocs.17"> - http://www.postgresql.org/docs/techdocs.17</a>.</P> + <a href="http://wiki.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</a>.</P> <H3 id="item4.19">4.19) Why do I get "relation with OID ##### does not exist" errors when accessing temporary tables in PL/PgSQL |