The functions provided in the tablefunc are listed in the table below.
Further information on the module can be found in the PostgreSql documentation.
Function |
Returns |
Description |
---|---|---|
|
setof float8 |
Produces a set of normally distributed random values |
|
setof record |
Produces a "pivot table" containing row names plus N value columns, where N is determined by the row type specified in the calling query |
|
setof table_crosstab_N |
Produces a "pivot table" containing row names plus N value columns. |
|
setof record |
Produces a "pivot table" with the value columns specified by a second query |
|
setof record |
Obsolete version of |
|
setof record |
Produces a representation of a hierarchical tree structure |
The module can be installed in Greenplum, but it is the responsibility of the user/database owner to verify the functions are working properly. Pivotal does not support the module and functions provided by the module.