postgis_tiger_geocoder
PostGIS tiger geocoder and reverse geocoder
Module:
Categories:
Overview
PGDG 1st Party Extension: postgis : PostGIS tiger geocoder and reverse geocoder
Information
- Extension ID: 1504
- Extension Name:
postgis_tiger_geocoder - Package Name:
postgis - Category:
GIS - License: GPLv2
- Website: https://git.osgeo.org/gitea/postgis/postgis
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 3.5.2
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Can be installed into other schemas
- Trusted: Trusted, Can be created by user with
CREATEPrivilege - Schemas:
tiger - Requires:
postgis,fuzzystrmatch
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
postgis35_$v* - RPM Ver :
3.5.2 - RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-postgis-3 postgresql-$v-postgis-3-scripts - DEB Ver :
3.5.2 - DEB Deps: N/A
Availability
Installation
Install postgis_tiger_geocoder via the pig CLI tool:
pig ext install postgis; # Extension Name
pig ext install postgis_tiger_geocoder; # normalized package name
Install postgis via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["postgis"]}' # -l <cls>
Install postgis RPM from YUM repo directly:
dnf install postgis35_17*;
dnf install postgis35_16*;
dnf install postgis35_15*;
dnf install postgis35_14*;
dnf install postgis35_13*;
Install postgis DEB from APT repo directly:
apt install postgresql-17-postgis-3 postgresql-17-postgis-3-scripts;
apt install postgresql-16-postgis-3 postgresql-16-postgis-3-scripts;
apt install postgresql-15-postgis-3 postgresql-15-postgis-3-scripts;
apt install postgresql-14-postgis-3 postgresql-14-postgis-3-scripts;
apt install postgresql-13-postgis-3 postgresql-13-postgis-3-scripts;
Create postgis_tiger_geocoder extension on PostgreSQL cluster:
CREATE EXTENSION postgis_tiger_geocoder CASCADE;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.