|
1 | 1 |
|
2 | 2 | Frequently Asked Questions (FAQ) for PostgreSQL
|
3 | 3 |
|
4 |
| - Last updated: Mon Mar 17 11:32:59 EST 2003 |
| 4 | + Last updated: Mon Mar 17 14:47:21 EST 2003 |
5 | 5 |
|
6 | 6 | Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
7 | 7 |
|
|
194 | 194 | The database server can run on Windows NT and Win2k using Cygwin, the
|
195 | 195 | Cygnus Unix/NT porting library. See pgsql/doc/FAQ_MSWIN in the
|
196 | 196 | distribution or the MS Windows FAQ at
|
197 |
| - http://www.PostgreSQL.org/docs/faqs/faq-mswin.html. |
| 197 | + http://www.PostgreSQL.org/docs/faqs/text/FAQ_MSWIN. |
198 | 198 |
|
199 |
| - A native port to MS Win NT/2000/XP is currently being worked on. |
| 199 | + A native port to MS Win NT/2000/XP is currently being worked on. For |
| 200 | + more details on the current status of PostgreSQL on Windows see |
| 201 | + http://techdocs.postgresql.org/guides/Windows. |
200 | 202 |
|
201 | 203 | 1.5) Where can I get PostgreSQL?
|
202 | 204 |
|
|
254 | 256 |
|
255 | 257 | Several manuals, manual pages, and some small test examples are
|
256 | 258 | included in the distribution. See the /doc directory. You can also
|
257 |
| - browse the manual online at |
258 |
| - http://www.ca.PostgreSQL.org/users-lounge/docs/. |
| 259 | + browse the manuals online at http://www.PostgreSQL.org/docs. |
259 | 260 |
|
260 | 261 | There are two PostgreSQL books available online at
|
261 | 262 | http://www.PostgreSQL.org/docs/awbook.html and
|
@@ -1060,8 +1061,9 @@ CREATE TABLE test (x int, modtime timestamp DEFAULT CURRENT_TIMESTAMP );
|
1060 | 1061 | 4.25) How do I return multiple rows or columns from a function?
|
1061 | 1062 |
|
1062 | 1063 | You can return result sets from PL/pgSQL functions using refcursors.
|
1063 |
| - See http://www.PostgreSQL.org/idocs/index.php?plpgsql-cursors.html, |
1064 |
| - section 23.7.3.3. |
| 1064 | + See |
| 1065 | + http://www.PostgreSQL.org/docs/view.php?version=current&idoc=1&file=pl |
| 1066 | + pgsql-cursors.html, section 23.7.3.3. |
1065 | 1067 |
|
1066 | 1068 | 4.26) Why can't I reliably create/drop temporary tables in PL/PgSQL
|
1067 | 1069 | functions?
|
|
0 commit comments