Contents
tablefunc
A contrib module providing various functions which return tables
tablefunc
is a contrib module providing various functions which return tables (i.e. multiple rows).
tablefunc
was added in PostgreSQL 7.3.
Change history
With the exception of bugfixes, minor code changes, and conversion into an extension in PostgreSQL 9.1, tablefunc
has remained unchanged since PostgreSQL 7.4.
- PostgreSQL 14
- the
normal_rand()
function no longer accepts negative values (commit f7399926)
- the
- PostgreSQL 13
- marked as a
trusted extension
(commit eb67623c)
- marked as a
- PostgreSQL 9.1 (1.0)
- PostgreSQL 7.4
- PostgreSQL 7.3
- added (commit 41f862ba)
References
- PostgreSQL documentation: tablefunc