address_standardizer_data_us

Address Standardizer US dataset example

Overview

PGDG 1st Party Extension: postgis : Address Standardizer US dataset example

Information

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 EXTENSION DDL
  • Relocatable: Can not install to arbitrary schema
  • Trusted: Untrusted, Require Superuser to Create
  • Schemas: N/A
  • Requires: N/A

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

Packages

OS Arch PG17 PG16 PG15 PG14 PG13
el8 x86_64 postgis35_17
PGDG 3.5.2
postgis35_16
PGDG 3.5.2
postgis35_15
PGDG 3.5.2
postgis35_14
PGDG 3.5.2
postgis35_13
PGDG 3.5.2
el8 aarch64 postgis35_17
PGDG 3.5.2
postgis35_16
PGDG 3.5.2
postgis35_15
PGDG 3.5.2
postgis35_14
PGDG 3.5.2
postgis35_13
PGDG 3.5.2
el9 x86_64 postgis35_17
PGDG 3.5.2
postgis35_16
PGDG 3.5.2
postgis35_15
PGDG 3.5.2
postgis35_14
PGDG 3.5.2
postgis35_13
PGDG 3.5.2
el9 aarch64 postgis35_17
PGDG 3.5.2
postgis35_16
PGDG 3.5.2
postgis35_15
PGDG 3.5.2
postgis35_14
PGDG 3.5.2
postgis35_13
PGDG 3.5.2
d12 x86_64 postgresql-17-postgis-3
PGDG 3.5.2+dfsg
postgresql-16-postgis-3
PGDG 3.5.2+dfsg
postgresql-15-postgis-3
PGDG 3.5.2+dfsg
postgresql-14-postgis-3
PGDG 3.5.2+dfsg
postgresql-13-postgis-3
PGDG 3.5.2+dfsg
d12 aarch64 postgresql-17-postgis-3
PGDG 3.5.2+dfsg
postgresql-16-postgis-3
PGDG 3.5.2+dfsg
postgresql-15-postgis-3
PGDG 3.5.2+dfsg
postgresql-14-postgis-3
PGDG 3.5.2+dfsg
postgresql-13-postgis-3
PGDG 3.5.2+dfsg
u22 x86_64 postgresql-17-postgis-3
PGDG 3.5.2+dfsg
postgresql-16-postgis-3
PGDG 3.5.2+dfsg
postgresql-15-postgis-3
PGDG 3.5.2+dfsg
postgresql-14-postgis-3
PGDG 3.5.2+dfsg
postgresql-13-postgis-3
PGDG 3.5.2+dfsg
u22 aarch64 postgresql-17-postgis-3
PGDG 3.5.2+dfsg
postgresql-16-postgis-3
PGDG 3.5.2+dfsg
postgresql-15-postgis-3
PGDG 3.5.2+dfsg
postgresql-14-postgis-3
PGDG 3.5.2+dfsg
postgresql-13-postgis-3
PGDG 3.5.2+dfsg
u24 x86_64 postgresql-17-postgis-3
PGDG 3.5.2+dfsg
postgresql-16-postgis-3
PGDG 3.5.2+dfsg
postgresql-15-postgis-3
PGDG 3.5.2+dfsg
postgresql-14-postgis-3
PGDG 3.5.2+dfsg
postgresql-13-postgis-3
PGDG 3.5.2+dfsg
u24 aarch64 postgresql-17-postgis-3
PGDG 3.5.2+dfsg
postgresql-16-postgis-3
PGDG 3.5.2+dfsg
postgresql-15-postgis-3
PGDG 3.5.2+dfsg
postgresql-14-postgis-3
PGDG 3.5.2+dfsg
postgresql-13-postgis-3
PGDG 3.5.2+dfsg

Installation

Install address_standardizer_data_us via the pig CLI tool:


pig ext install postgis; # Extension Namepig ext install address_standardizer_data_us; # 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;

Enable address_standardizer_data_us extension on PostgreSQL cluster:

CREATE EXTENSION address_standardizer_data_us;




Last modified 2025-02-17: add extension part (cfa504b)