We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4490c7b commit 0cd2a84Copy full SHA for 0cd2a84
HISTORY
@@ -22,9 +22,10 @@ Overview
22
23
Table Functions
24
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.
+ Functions returning multiple rows and/or multiple columns are
+ now much easier to use than before. You can call such a
+ "table function" in the SELECT FROM clause, treating its output
28
+ like a table. Also, plpgsql functions can now return sets.
29
30
Prepared Queries
31
0 commit comments