Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitccfa6f1

Browse files
committed
Add mention of new sets returning functions capability.
1 parent7731265 commitccfa6f1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

‎doc/FAQ

Lines changed: 3 additions & 5 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 14:47:21 EST 2003
4+
Last updated: Mon Mar 17 14:52:36 EST 2003
55

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

@@ -1060,10 +1060,8 @@ CREATE TABLE test (x int, modtime timestamp DEFAULT CURRENT_TIMESTAMP );
10601060

10611061
4.25) How do I return multiple rows or columns from a function?
10621062

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

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp