diff options
author | Bruce Momjian | 2007-02-21 03:50:57 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-02-21 03:50:57 +0000 |
commit | f8e9fb2d879e2c9f0280e96e1554623f49199aaf (patch) | |
tree | 1547ff6112a55246b46069c3673b1199cd7638cf /doc/src/FAQ | |
parent | afc7e0d848a756679813c88444ecf9cd5f5f92d4 (diff) |
Update URL for set-returning functions.
Diffstat (limited to 'doc/src/FAQ')
-rw-r--r-- | doc/src/FAQ/FAQ.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 61e386aa3de..4a060e4d5f1 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff"> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Thu Feb 8 22:43:13 EST 2007</P> + <P>Last updated: Tue Feb 20 22:50:50 EST 2007</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:bruce@momjian.us">bruce@momjian.us</A>) @@ -1069,8 +1069,8 @@ length</TD></TR> columns from a function?</H3> <P>It is easy using set-returning functions, - <a href="http://techdocs.postgresql.org/guides/SetReturningFunctions"> - http://techdocs.postgresql.org/guides/SetReturningFunctions</a></P>. + <a href="http://www.postgresql.org/docs/techdocs.17"> + http://www.postgresql.org/docs/techdocs.17</a></P>. <H3 id="item4.19">4.19) Why do I get "relation with OID ##### does not exist" errors when accessing temporary tables in PL/PgSQL |