tzf
tzf
pg_tzf : Fast lookup timezone name by GPS coordinates
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 1680 | tzf | pg_tzf | 0.2.3 | GIS | MIT | Rust |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--s-d-- | No | Yes | No | Yes | no | no |
| Relationships | |
|---|---|
| See Also | postgis geoip pg_cron postgis_topology postgis_raster postgis_sfcgal postgis_tiger_geocoder address_standardizer |
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PIGSTY | 0.2.3 | 18 17 16 15 14 13 | pg_tzf | - |
| RPM | PIGSTY | 0.2.3 | 18 17 16 15 14 13 | pg_tzf_$v | - |
| DEB | PIGSTY | 0.2.3 | 18 17 16 15 14 13 | postgresql-$v-tzf | - |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8.x86_64 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | MISS |
el8.aarch64 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | MISS |
el9.x86_64 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | MISS |
el9.aarch64 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | MISS |
el10.x86_64 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | MISS |
el10.aarch64 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | MISS |
d12.x86_64 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.2 |
d12.aarch64 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.2 |
d13.x86_64 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | MISS |
d13.aarch64 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | MISS |
u22.x86_64 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.2 |
u22.aarch64 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.2 |
u24.x86_64 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.2 |
u24.aarch64 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.3 | PIGSTY 0.2.2 |
| Package | Version | OS | ORG | SIZE | File URL |
|---|---|---|---|---|---|
postgresql-13-tzf | 0.2.2 | d12.x86_64 | pigsty | 3.2 MiB | postgresql-13-tzf_0.2.2-1PIGSTY~bookworm_amd64.deb |
postgresql-13-tzf | 0.2.2 | d12.aarch64 | pigsty | 3.1 MiB | postgresql-13-tzf_0.2.2-1PIGSTY~bookworm_arm64.deb |
postgresql-13-tzf | 0.2.2 | u22.x86_64 | pigsty | 3.7 MiB | postgresql-13-tzf_0.2.2-1PIGSTY~jammy_amd64.deb |
postgresql-13-tzf | 0.2.2 | u22.aarch64 | pigsty | 3.6 MiB | postgresql-13-tzf_0.2.2-1PIGSTY~jammy_arm64.deb |
postgresql-13-tzf | 0.2.2 | u24.x86_64 | pigsty | 3.6 MiB | postgresql-13-tzf_0.2.2-1PIGSTY~noble_amd64.deb |
postgresql-13-tzf | 0.2.2 | u24.aarch64 | pigsty | 3.5 MiB | postgresql-13-tzf_0.2.2-1PIGSTY~noble_arm64.deb |
Source
pig build pkg pg_tzf; # build rpm / deb with pigInstall
Make sure PGDG and PIGSTY repo available:
pig repo add pgdg pigsty -u # add both repo and update cacheInstall this extension with pig:
pig install pg_tzf; # install via package name, for the active PG version
pig install tzf; # install by extension name, for the current active PG version
pig install tzf -v 18; # install for PG 18
pig install tzf -v 17; # install for PG 17
pig install tzf -v 16; # install for PG 16
pig install tzf -v 15; # install for PG 15
pig install tzf -v 14; # install for PG 14Create this extension with:
CREATE EXTENSION tzf;Last updated on