|
10 | 10 | alink="#0000ff">
|
11 | 11 | <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
|
12 | 12 |
|
13 |
| - <P>Last updated: Fri Apr 25 10:34:17 EDT 2008</P> |
| 13 | + <P>Last updated: Wed Jun 25 23:02:18 EDT 2008</P> |
14 | 14 |
|
15 | 15 | <P>Current maintainer: Bruce Momjian (<A href=
|
16 | 16 | "mailto:bruce@momjian.us">bruce@momjian.us</A>)
|
@@ -210,12 +210,12 @@ <H3 id="item1.4">1.4) What platforms does PostgreSQL support?</H3>
|
210 | 210 |
|
211 | 211 | <P>PostgreSQL also runs natively on Microsoft Windows NT-based operating
|
212 | 212 | systems like Win2000 SP4, WinXP, and Win2003. A prepackaged installer is
|
213 |
| - available at <a href= "http://pgfoundry.org/projects/pginstaller"> |
214 |
| - http://pgfoundry.org/projects/pginstaller</a>. MSDOS-based versions |
| 213 | + available at <a href= "http://www.postgresql.org/download/windows"> |
| 214 | + http://www.postgresql.org/download/windows</a>. MSDOS-based versions |
215 | 215 | of Windows (Win95, Win98, WinMe) can run PostgreSQL using Cygwin.</P>
|
216 | 216 |
|
217 | 217 | <p>There is also a Novell Netware 6 port at
|
218 |
| - <a href="http://forge.novell.com">http://forge.novell.com</a>, |
| 218 | + <a href="http://developer.novell.com/wiki/index.php/Postgresql">http://developer.novell.com/wiki/index.php/Postgresql</a>, |
219 | 219 | and an OS/2 (eComStation) version at <a href=
|
220 | 220 | "http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&button=Search&key=postgreSQL&stype=all&sort=type&dir=%2F">
|
221 | 221 | 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 @@ <H3 id="item2.3">2.3) Does PostgreSQL have a graphical user
|
514 | 514 |
|
515 | 515 | <P>There are a large number of GUI Tools that are available for PostgreSQL
|
516 | 516 | from both commercial and open source developers. A detailed list can be
|
517 |
| - found in the <A href="http://www.postgresql.org/docs/techdocs.54"> |
518 |
| - PostgreSQL Community Documentation</A></P> |
| 517 | + found in the <A href="http://wiki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools"> |
| 518 | + Community Guide to PostgreSQL GUI Tools</A>.</P> |
519 | 519 |
|
520 | 520 | <HR>
|
521 | 521 |
|
@@ -1072,8 +1072,8 @@ <H3 id="item4.18">4.18) How do I return multiple rows or
|
1072 | 1072 | columns from a function?</H3>
|
1073 | 1073 |
|
1074 | 1074 | <P>It is easy using set-returning functions,
|
1075 |
| - <a href="http://www.postgresql.org/docs/techdocs.17"> |
1076 |
| - http://www.postgresql.org/docs/techdocs.17</a>.</P> |
| 1075 | + <a href="http://wiki.postgresql.org/wiki/Return_more_than_one_row_of_data_from_PL/pgSQL_functions"> |
| 1076 | + http://wiki.postgresql.org/wiki/Return_more_than_one_row_of_data_from_PL/pgSQL_functions</a>.</P> |
1077 | 1077 |
|
1078 | 1078 | <H3 id="item4.19">4.19) Why do I get "relation with OID #####
|
1079 | 1079 | does not exist" errors when accessing temporary tables in PL/PgSQL
|
|
0 commit comments