Package: postgresql-19-address-standardizer Source: address-standardizer Version: 3.7.0-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 2146 Depends: postgresql-19, libc6 (>= 2.38), libpcre2-8-0 (>= 10.22) Breaks: postgresql-19-jit-llvm (<< 21), 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.pgdg26.04+1_amd64.deb Size: 535176 SHA512: eb6fddd1ba16347671638e57730ebadd52859db0f0341cc500f2a9ec8ece6edfd1ca0db2cc038ead2d420c0460fbdca61968fc7613e5db6272738a7b6dc08c08 SHA256: bb010fc62e09600fda9d29b974af4ad9c1902070923e298598a193dc7cb3a232 SHA1: d11abf302331f78e490f9e615c1350f71e7cf0bf MD5sum: 532783e05133e010c67b1798d2e361ae 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.