From 0bc00a7f76e283b22dcbed0a6bf3246f33a2259c Mon Sep 17 00:00:00 2001 From: Mario de Frutos Date: Wed, 4 Nov 2015 15:31:08 +0100 Subject: [PATCH] Update README.md --- geocoder/extension/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/geocoder/extension/README.md b/geocoder/extension/README.md index bee0de1..a55400c 100644 --- a/geocoder/extension/README.md +++ b/geocoder/extension/README.md @@ -2,7 +2,7 @@ Postgres extension for the CartoDB geocoder. It is meant to contain the functions and related objects needed to provide a geocoding service for administrative areas of level 0, administrative areas of level 1, postal codes, IP addresses and city names. It is not meant to contain the actual data used to geocode them. ## Dependencies -This extension is thought to be used on top of CartoDB platform. Therefore a cartodb user is required to install the extension onto it. +This extension is thought to be used on top of CartoDB platform. Therefore **a cartodb user is required** to install the extension onto it. The following is a non-comprehensive list of dependencies: @@ -28,7 +28,10 @@ One-liner: sudo PGUSER=postgres make all install installcheck ``` -## Install onto a user's database +## Install onto a cartodb user's database + +Remember that **is mandatory to install into a cartodb user's database** + ``` psql -U development_cartodb_user_fe3b850a-01c0-48f9-8a26-a82f09e9b53f cartodb_dev_user_fe3b850a-01c0-48f9-8a26-a82f09e9b53f_db ```