Add cartodb to the search path
See https://github.com/CartoDB/dataservices-api/issues/324#issuecomment-269614566
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
\echo Use "CREATE EXTENSION cdb_dataservices_client" to load this file. \quit
|
||||
|
||||
-- Make sure we have a sane search path to create/update the extension
|
||||
SET search_path = "$user",public,cdb_dataservices_client;
|
||||
SET search_path = "$user",cartodb,public,cdb_dataservices_client;
|
||||
--
|
||||
-- Geocoder server connection config
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user