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/FAQ | |
parent | afc7e0d848a756679813c88444ecf9cd5f5f92d4 (diff) |
Update URL for set-returning functions.
Diffstat (limited to 'doc/FAQ')
-rw-r--r-- | doc/FAQ | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Thu Feb 8 22:43:13 EST 2007 + Last updated: Tue Feb 20 22:50:50 EST 2007 Current maintainer: Bruce Momjian (bruce@momjian.us) @@ -817,7 +817,7 @@ 4.18) How do I return multiple rows or columns from a function? It is easy using set-returning functions, - http://techdocs.postgresql.org/guides/SetReturningFunctions + http://www.postgresql.org/docs/techdocs.17 . 4.19) Why do I get "relation with OID ##### does not exist" errors when |