pg_fact_loader
pg_fact_loader
pg_fact_loader : build fact tables with Postgres
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 9820 | pg_fact_loader | pg_fact_loader | 2.0.1 | ETL | MIT | C |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--s-d-- | No | Yes | No | Yes | no | no |
| Relationships | |
|---|---|
| See Also | pg_cron pg_partman pg_jobmon mimeo timescaledb citus tablefunc pg_bulkload |
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PGDG | 2.0.1 | 18 17 16 15 14 13 | pg_fact_loader | - |
| RPM | PGDG | 2.0.1 | 18 17 16 15 14 13 | pg_fact_loader_$v* | - |
| DEB | PGDG | 2.0.1 | 18 17 16 15 14 13 | postgresql-$v-pg-fact-loader | - |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8.x86_64 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 |
el8.aarch64 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 |
el9.x86_64 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 |
el9.aarch64 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 |
el10.x86_64 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 |
el10.aarch64 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 |
d12.x86_64 | MISS | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 |
d12.aarch64 | MISS | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 |
d13.x86_64 | MISS | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 |
d13.aarch64 | MISS | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 |
u22.x86_64 | MISS | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 |
u22.aarch64 | MISS | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 |
u24.x86_64 | MISS | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 |
u24.aarch64 | MISS | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 | PGDG 2.0.1 |
| Package | Version | OS | ORG | SIZE | File URL |
|---|---|---|---|---|---|
pg_fact_loader_18 | 2.0.1 | el8.x86_64 | pgdg | 36.2 KiB | pg_fact_loader_18-2.0.1-3PGDG.rhel8.noarch.rpm |
pg_fact_loader_18 | 2.0.1 | el8.aarch64 | pgdg | 36.1 KiB | pg_fact_loader_18-2.0.1-3PGDG.rhel8.noarch.rpm |
pg_fact_loader_18 | 2.0.1 | el9.x86_64 | pgdg | 34.6 KiB | pg_fact_loader_18-2.0.1-3PGDG.rhel9.noarch.rpm |
pg_fact_loader_18 | 2.0.1 | el9.aarch64 | pgdg | 34.5 KiB | pg_fact_loader_18-2.0.1-3PGDG.rhel9.noarch.rpm |
pg_fact_loader_18 | 2.0.1 | el10.x86_64 | pgdg | 35.1 KiB | pg_fact_loader_18-2.0.1-3PGDG.rhel10.noarch.rpm |
pg_fact_loader_18 | 2.0.1 | el10.aarch64 | pgdg | 35.0 KiB | pg_fact_loader_18-2.0.1-3PGDG.rhel10.noarch.rpm |
Source
Install
Make sure PGDG repo available:
pig repo add pgdg -u # add pgdg repo and update cacheInstall this extension with pig:
pig install pg_fact_loader; # install via package name, for the active PG version
pig install pg_fact_loader -v 18; # install for PG 18
pig install pg_fact_loader -v 17; # install for PG 17
pig install pg_fact_loader -v 16; # install for PG 16
pig install pg_fact_loader -v 15; # install for PG 15
pig install pg_fact_loader -v 14; # install for PG 14
pig install pg_fact_loader -v 13; # install for PG 13Create this extension with:
CREATE EXTENSION pg_fact_loader;Last updated on