PostGIS
Description
Sets value of specific setting stored in tiger.geocode_settings
table. Settings allow you to toggle debugging of functions. Later plans
will be to control rating with settings. Current list of settings are
listed in Get_Geocode_Setting.
Availability: 2.1.0
Example return debugging setting
If you run Geocode when this function is true, the NOTICE log will output timing and queries.
SELECT set_geocode_setting('debug_geocode_address', 'true') As result;
result
---------
true