1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-07 11:02:12 +03:00

Update FAQ URLs as suggested by Curtis Gallant.

This commit is contained in:
Bruce Momjian 2008-06-26 03:02:27 +00:00
parent 1fc2fbe51f
commit 54b9a968ed
2 changed files with 18 additions and 16 deletions

18
doc/FAQ
View File

@ -1,7 +1,7 @@
Frequently Asked Questions (FAQ) for PostgreSQL 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 (bruce@momjian.us) Current maintainer: Bruce Momjian (bruce@momjian.us)
@ -164,12 +164,13 @@
PostgreSQL also runs natively on Microsoft Windows NT-based operating PostgreSQL also runs natively on Microsoft Windows NT-based operating
systems like Win2000 SP4, WinXP, and Win2003. A prepackaged installer systems like Win2000 SP4, WinXP, and Win2003. A prepackaged installer
is available at http://pgfoundry.org/projects/pginstaller. MSDOS-based is available at http://www.postgresql.org/download/windows.
versions of Windows (Win95, Win98, WinMe) can run PostgreSQL using MSDOS-based versions of Windows (Win95, Win98, WinMe) can run
Cygwin. PostgreSQL using Cygwin.
There is also a Novell Netware 6 port at http://forge.novell.com, and There is also a Novell Netware 6 port at
an OS/2 (eComStation) version 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 http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&button=Search&key=postgre
SQL&stype=all&sort=type&dir=%2F. SQL&stype=all&sort=type&dir=%2F.
@ -391,7 +392,7 @@
There are a large number of GUI Tools that are available for There are a large number of GUI Tools that are available for
PostgreSQL from both commercial and open source developers. A detailed 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 Administrative Questions
@ -818,7 +819,8 @@
4.18) How do I return multiple rows or columns from a function? 4.18) How do I return multiple rows or columns from a function?
It is easy using set-returning functions, 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 4.19) Why do I get "relation with OID ##### does not exist" errors when
accessing temporary tables in PL/PgSQL functions? accessing temporary tables in PL/PgSQL functions?

View File

@ -10,7 +10,7 @@
alink="#0000ff"> alink="#0000ff">
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> <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= <P>Current maintainer: Bruce Momjian (<A href=
"mailto:bruce@momjian.us">bruce@momjian.us</A>) "mailto:bruce@momjian.us">bruce@momjian.us</A>)
@ -210,12 +210,12 @@
<P>PostgreSQL also runs natively on Microsoft Windows NT-based operating <P>PostgreSQL also runs natively on Microsoft Windows NT-based operating
systems like Win2000 SP4, WinXP, and Win2003. A prepackaged installer is systems like Win2000 SP4, WinXP, and Win2003. A prepackaged installer is
available at <a href= "http://pgfoundry.org/projects/pginstaller"> available at <a href= "http://www.postgresql.org/download/windows">
http://pgfoundry.org/projects/pginstaller</a>. MSDOS-based versions http://www.postgresql.org/download/windows</a>. MSDOS-based versions
of Windows (Win95, Win98, WinMe) can run PostgreSQL using Cygwin.</P> of Windows (Win95, Win98, WinMe) can run PostgreSQL using Cygwin.</P>
<p>There is also a Novell Netware 6 port at <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= and an OS/2 (eComStation) version at <a href=
"http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&amp;button=Search&amp;key=postgreSQL&amp;stype=all&amp;sort=type&amp;dir=%2F"> "http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&amp;button=Search&amp;key=postgreSQL&amp;stype=all&amp;sort=type&amp;dir=%2F">
http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&amp;button=Search&amp;key=postgreSQL&amp;stype=all&amp;sort=type&amp;dir=%2F</a>.</p> http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&amp;button=Search&amp;key=postgreSQL&amp;stype=all&amp;sort=type&amp;dir=%2F</a>.</p>
@ -514,8 +514,8 @@
<P>There are a large number of GUI Tools that are available for PostgreSQL <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 from both commercial and open source developers. A detailed list can be
found in the <A href="http://www.postgresql.org/docs/techdocs.54"> found in the <A href="http://wiki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools">
PostgreSQL Community Documentation</A></P> Community Guide to PostgreSQL GUI Tools</A>.</P>
<HR> <HR>
@ -1072,8 +1072,8 @@ length</TD></TR>
columns from a function?</H3> columns from a function?</H3>
<P>It is easy using set-returning functions, <P>It is easy using set-returning functions,
<a href="http://www.postgresql.org/docs/techdocs.17"> <a href="http://wiki.postgresql.org/wiki/Return_more_than_one_row_of_data_from_PL/pgSQL_functions">
http://www.postgresql.org/docs/techdocs.17</a>.</P> 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 ##### <H3 id="item4.19">4.19) Why do I get "relation with OID #####
does not exist" errors when accessing temporary tables in PL/PgSQL does not exist" errors when accessing temporary tables in PL/PgSQL