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

Commit0cd2a84

Browse files
committed
Add Joe's table functions description.
1 parent4490c7b commit0cd2a84

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎HISTORY

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ Overview
2222

2323
Table Functions
2424

25-
PL/PgSQL and C functions can now return sets, with multiple
26-
rows and multiple columns. You specify these functions in the
27-
SELECT FROM clause, similar to a table or view.
25+
Functions returning multiple rows and/or multiple columns are
26+
now much easier to use than before. You can call such a
27+
"table function" in the SELECT FROM clause, treating its output
28+
like a table. Also, plpgsql functions can now return sets.
2829

2930
Prepared Queries
3031

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp