tablefunc

tablefunc

functions that manipulate whole tables, including crosstab

Overview

IDExtensionPackageVersionCategoryLicenseLanguage
2590
tablefunc
tablefunc
1.0
OLAP
PostgreSQL
C
AttributeHas BinaryHas LibraryNeed LoadHas DDLRelocatableTrusted
--s-dt-
No
Yes
No
Yes
no
yes
Relationships
Need By
pg4ml
See Also
cube
plr
orafce
timescaledb
citus
pg_partman
citus_columnar

Packages

PG18PG17PG16PG15PG14PG13
1.0
1.0
1.0
1.0
1.0
1.0

This is a built-in contrib extension ship with the PostgreSQL kernel

Install

Create this extension with:

CREATE EXTENSION tablefunc;
Last updated on