Package: postgresql-18-address-standardizer Source: address-standardizer Version: 3.7.0-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 2146 Depends: postgresql-18, libc6 (>= 2.38), libpcre2-8-0 (>= 10.22) Breaks: postgresql-18-jit-llvm (<< 21), postgresql-18-postgis-3-scripts (<< 3.7) Homepage: https://github.com/postgis/address_standardizer Priority: optional Section: database Filename: pool/main/a/address-standardizer/postgresql-18-address-standardizer_3.7.0-1.pgdg26.04+1_amd64.deb Size: 535216 SHA512: 20cca4a3828ba9bf00ec936d34930ead3c1590d81a027d2ef8bce440b184671cc1347e59e1c3b7bfab6a433f277937d864fc470b0b6faea87889b4fbb7e17f12 SHA256: 9fec70351d162eadd04d8c03bcbd98c674617396704fd2acbaa641cc76841840 SHA1: 0e2aa3bc2d34032ed2468b0dbd6695d41361ca60 MD5sum: 30532e110183bd60811fabfa6cac70de 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.