Package: postgresql-18-address-standardizer Source: address-standardizer Version: 3.7.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 2151 Depends: postgresql-18, libc6 (>= 2.14), libpcre2-8-0 (>= 10.22) Breaks: postgresql-18-jit-llvm (<< 15), 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.pgdg22.04+1_amd64.deb Size: 539232 SHA512: 3083236781c5461916e06122c3067404e62bead51e2aad95c76bf0d8d418b45c4b4b1cb7ac9a966b6f346b28a255ffdb877b839e6a242b2d5b47ff0f84c652d5 SHA256: 17f30ed7d3774208fc8ee98624f1205ab152a8554ced56d0fcf0db27dfba7d04 SHA1: 5eca43dcdfcba3674d127ab0bb7712424f7d80dc MD5sum: f6dcb74c384cb990913f25fe945e4146 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.