PostGIS provides many different methods of address standardization
Some newer methods return stdaddr,
standardize_address(which requires explicit lex, gaz, and rules)
Others return norm_addy
pagc_normalize_address(which provides defaultpagc_lex,pagc_gaz, andpagc_rules) tostandardize_addressnormalize_address(which is the original)
However, geocode() only takes norm_addy, how do I cast a stdaddr to norm_addy. I intend to cache my stdaddr on a table and I'd like to have a quick and fast way to finish the geocode.