|
1 | 1 |
|
2 | 2 | Frequently Asked Questions (FAQ) for PostgreSQL
|
3 | 3 |
|
4 |
| - Last updated: Mon Mar 17 14:47:21 EST 2003 |
| 4 | + Last updated: Mon Mar 17 14:52:36 EST 2003 |
5 | 5 |
|
6 | 6 | Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
7 | 7 |
|
@@ -1060,10 +1060,8 @@ CREATE TABLE test (x int, modtime timestamp DEFAULT CURRENT_TIMESTAMP );
|
1060 | 1060 |
|
1061 | 1061 | 4.25) How do I return multiple rows or columns from a function?
|
1062 | 1062 |
|
1063 |
| - You can return result sets from PL/pgSQL functions using refcursors. |
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. |
| 1063 | + In 7.3, you can easily return multiple rows or columns from a |
| 1064 | + function, http://techdocs.postgresql.org/guides/SetReturningFunctions. |
1067 | 1065 |
|
1068 | 1066 | 4.26) Why can't I reliably create/drop temporary tables in PL/PgSQL
|
1069 | 1067 | functions?
|
|