aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-04-09 14:22:34 +0000
committerBruce Momjian <bruce@momjian.us>2002-04-09 14:22:34 +0000
commitfa9ee5d9ee36eb4bf4541556812fe35e902e8b31 (patch)
tree1d8d641037e85b6050333bb38fabbc4cc79eadc6 /doc/src
parent68747b4601a6bca903676ba10b6523bb1139ddd0 (diff)
downloadpostgresql-fa9ee5d9ee36eb4bf4541556812fe35e902e8b31.tar.gz
postgresql-fa9ee5d9ee36eb4bf4541556812fe35e902e8b31.zip
Update FAQ.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/FAQ.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index ac3b455de4f..53a9b337e32 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -14,7 +14,7 @@
alink="#0000ff">
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
- <P>Last updated: Mon Apr 8 23:22:06 EDT 2002</P>
+ <P>Last updated: Tue Apr 9 10:21:18 EDT 2002</P>
<P>Current maintainer: Bruce Momjian (<A href=
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -1306,8 +1306,8 @@ BYTEA bytea variable-length byte array (null-byte safe)
<P>You can return result sets from PL/pgSQL functions using
<i>refcursors</i>. See <a
- href="http://candle.pha.pa.us/main/writings/pgsql/sgml/plpgsql-cursors.html">
- http://candle.pha.pa.us/main/writings/pgsql/sgml/plpgsql-cursors.html,</a>
+ href="http://developer.postgresql.org/docs/postgres/plpgsql-cursors.html">
+ http://developer.postgresql.org/docs/postgres/plpgsql-cursors.html,</a>
section 23.7.3.3.</P>