Package: postgresql-19-address-standardizer Source: address-standardizer Version: 3.7.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 2151 Depends: postgresql-19, libc6 (>= 2.14), libpcre2-8-0 (>= 10.22) Breaks: postgresql-19-jit-llvm (<< 15), postgresql-19-postgis-3-scripts (<< 3.7) Homepage: https://github.com/postgis/address_standardizer Priority: optional Section: database Filename: pool/main/a/address-standardizer/postgresql-19-address-standardizer_3.7.0-1.pgdg22.04+1_amd64.deb Size: 539260 SHA512: 6a69bc221270289e111cc192533fa6f2069f46558049934dea399e1ef3df6a52db9476be7551d5940292bb977c0f27cec8f347d168ca63267b54919622d066e7 SHA256: 8a352e9475fc6d975ef172df64c52cae0ed960851126a3c66fa56d6f45b47d0f SHA1: 427a0474de93f5b5d2c1776e999cb799614e13e0 MD5sum: 79bc14d8529b8723d3d3e70fd9f7491b 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.