vsql_address_standardizer splits that line apart in SQL and
normalizes what it finds, so north becomes N and new york becomes NY.
It was inspired by PostgreSQL’s address_standardizer contrib module.
A third party writes and maintains this extension. VillageSQL does not build,
test, or ship it, and the description below follows the maintainer’s own
documentation. Read that documentation before you rely on it.
Install
Build it from the repository, then install it into the server:What it adds
It handles US addresses only.
See also
- Available extensions — the full catalog
- jobala/vsql-address-standardizer — source, examples, and the known limitations

