mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Add Joe's table functions description.
This commit is contained in:
parent
4490c7b14b
commit
0cd2a84702
7
HISTORY
7
HISTORY
@ -22,9 +22,10 @@ Overview
|
||||
|
||||
Table Functions
|
||||
|
||||
PL/PgSQL and C functions can now return sets, with multiple
|
||||
rows and multiple columns. You specify these functions in the
|
||||
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
|
||||
like a table. Also, plpgsql functions can now return sets.
|
||||
|
||||
Prepared Queries
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user