From b6660fddb55cf9460eb16b8aeeeb6f4a6793d3b1 Mon Sep 17 00:00:00 2001
From: Bruce Momjian Last updated: Mon Mar 17 11:32:59 EST 2003 Last updated: Tue Apr 22 14:02:41 EDT 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Platform-specific questions are answered at http://www.PostgreSQL.org/docs/index.html.Frequently Asked Questions (FAQ) for PostgreSQL
-
@@ -21,7 +21,7 @@
"http://www.PostgreSQL.org/docs/faqs/FAQ.html">http://www.PostgreSQL.org/docs/faqs/FAQ.html.
The database server can run on Windows NT and Win2k using Cygwin, the Cygnus Unix/NT porting library. See pgsql/doc/FAQ_MSWIN in the distribution or the MS Windows FAQ - at - http://www.PostgreSQL.org/docs/faqs/faq-mswin.html.
+ at + http://www.PostgreSQL.org/docs/faqs/text/FAQ_MSWIN.A native port to MS Win NT/2000/XP is currently being worked - on.
+ on. For more details on the current status of PostgreSQL on Windows see + + http://techdocs.postgresql.org/guides/Windows. + +There is also a Novell Netware 6 port at + http://forge.novell.com.
There is also an IRC channel on EFNet, channel
- #PostgreSQL. I use the Unix command There is also an IRC channel on EFNet and OpenProjects,
+ channel #PostgreSQL. I use the Unix command A list of commercial support companies is available at Several manuals, manual pages, and some small test examples are
included in the distribution. See the /doc directory. You
- can also browse the manual online at http://www.ca.PostgreSQL.org/users-lounge/docs/.irc -c
+
irc -c
'#PostgreSQL' "$USER" irc.phoenix.net.
There are two PostgreSQL books available online at http://www.PostgreSQL.org/docs/awbook.html @@ -602,7 +607,7 @@ postmaster. For most systems, with default numbers of buffers and processes, you need a minimum of ~1 MB. See the PostgreSQL + "http://www.PostgreSQL.org/docs/view.php?version=current&idoc=1&file=kernel-resources.html">PostgreSQL Administrator's Guide for more detailed information about shared memory and semaphores.
@@ -1342,11 +1347,10 @@ BYTEA bytea variable-length byte array (null-byte safe)You can return result sets from PL/pgSQL functions using - refcursors. See - http://www.PostgreSQL.org/idocs/index.php?plpgsql-cursors.html, - section 23.7.3.3.
+In 7.3, you can easily return multiple rows or columns from a + function, + + http://techdocs.postgresql.org/guides/SetReturningFunctions.