Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0cd2a84

Browse files
committed
Add Joe's table functions description.
1 parent 4490c7b commit 0cd2a84

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)