[postgis-users] ERROR: function pagc_normalize_address(unknown) does not exist

Stephen Woodbridge woodbri at swoodbridge.com
Thu Sep 11 12:23:55 PDT 2014


On 9/11/2014 2:00 PM, datagonzo wrote:
> This error is odd because the function works fine from template database and
> because the function shows up in the list of extensions for the database I'm
> using. Additionally, the parse_addres() function and other postgis functions
> work.

Cast the argument to text

select pagc_normalize_address('address string'::text);


More information about the postgis-users mailing list