Package: postgresql-17-address-standardizer Source: address-standardizer Version: 3.7.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 2184 Depends: postgresql-17, libc6 (>= 2.14), libpcre2-8-0 (>= 10.22) Breaks: postgresql-17-jit-llvm (<< 15), postgresql-17-postgis-3-scripts (<< 3.7) Homepage: https://github.com/postgis/address_standardizer Priority: optional Section: database Filename: pool/main/a/address-standardizer/postgresql-17-address-standardizer_3.7.0-1.pgdg22.04+1_amd64.deb Size: 559412 SHA512: 338b280c763d852bfa0f6c3cb519f12b836d7b07a389ccc7799cf33809255943c54a44000b32c648da015ee62175f806a819944af6d9a909f5b67dfa548130ba SHA256: dd57ee3bd743d0fe793096a31eea96be88d1fa20d7ee655f5055e368a6a8d537 SHA1: 27b968cce63d7cce7c239d79df9ec0feb40f8f2d MD5sum: 04024bdfe4339021e6edd36eea6edbef Description: Postgres extension to parse a US street address string Address_standardizer is a Postgres extension to parse a US street address string into its component parts. . The parser works from right to left looking first at the macro elements for postcode, state/province, city, and then looks micro elements to determine if we are dealing with a house number street or intersection or landmark. It currently does not look for a country code or name, but that could be introduced in the future.