From 599f58fce048c874db3c210f67acb62e413eddf1 Mon Sep 17 00:00:00 2001 From: Mario de Frutos Date: Wed, 24 Feb 2016 12:13:57 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1b35d6b..dbfef16 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,9 @@ Steps to deploy a new Geocoder API version : ``` select CDB_Conf_SetConf('geocoder_server_config', '{ "connection_str": "host=localhost port=5432 dbname=cartodb_dev_user_accf0647-d942-4e37-b129-8287c117e687_db user=postgres"}'); ``` + +- configure the search path in order to be able to execute the functions without use the schema: + + ``` + alter role "" set search_path='"$user", public, cartodb, cdb_dataservices_client'; + ```