dataservices-api/interface/templates/grant-execute.erb

1 line
163 B
Plaintext
Raw Normal View History

2015-11-17 23:14:26 +08:00
GRANT EXECUTE ON FUNCTION <%= GEOCODER_CLIENT_SCHEMA %>.<%= function_signature['function_name'] %>(<%= function_signature['argument_data_types'] %>) TO publicuser;