Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7731265

Browse files
committed
Update links, from Ian Barwick
1 parent b776fc1 commit 7731265

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

doc/FAQ

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Mon Mar 17 11:32:59 EST 2003
4+
Last updated: Mon Mar 17 14:47:21 EST 2003
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -194,9 +194,11 @@
194194
The database server can run on Windows NT and Win2k using Cygwin, the
195195
Cygnus Unix/NT porting library. See pgsql/doc/FAQ_MSWIN in the
196196
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.
198198

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.
200202

201203
1.5) Where can I get PostgreSQL?
202204

@@ -254,8 +256,7 @@
254256

255257
Several manuals, manual pages, and some small test examples are
256258
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.
259260

260261
There are two PostgreSQL books available online at
261262
http://www.PostgreSQL.org/docs/awbook.html and
@@ -1060,8 +1061,9 @@ CREATE TABLE test (x int, modtime timestamp DEFAULT CURRENT_TIMESTAMP );
10601061
4.25) How do I return multiple rows or columns from a function?
10611062

10621063
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.
10651067

10661068
4.26) Why can't I reliably create/drop temporary tables in PL/PgSQL
10671069
functions?

0 commit comments

Comments
 (0)