You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Sandro Santilli d1a767f343
Re-add the test/Makefile which was available while in cartodb/lib/sql
11 years ago
expected Enable running all tests via "installcheck" 11 years ago
scripts-available Stick with user tables being in public 11 years ago
scripts-enabled Import cartodb/lib/sql/test, add search_path tweaker 11 years ago
sql Enable running all tests via "installcheck" 11 years ago
test Re-add the test/Makefile which was available while in cartodb/lib/sql 11 years ago
util Generate script to create migrate from unpackaged 11 years ago
.gitignore Enable running all tests via "installcheck" 11 years ago
.travis.yml Travis: install postgresql server 11 years ago
LICENSE Update LICENSE, set copyright ownership to Vizzuality 11 years ago
Makefile Generate script to create migrate from unpackaged 11 years ago
README.md Update README with info about installing/testing/using 11 years ago
cartodb.control Include some of the cartodb scripts in the extension 11 years ago
cartodb_hooks.sql Add debugging line 11 years ago

README.md

cartodb-postgresql

PostgreSQL extension for CartoDB

See https://github.com/CartoDB/cartodb/wiki/CartoDB-PostgreSQL-extension

Dependencies

Install

make all install

Test installation

make installcheck

NOTE: if test_ddl_triggers fails it's likely due to an incomplete installation of schema_triggers: you need to add schema_triggers.so to the shared_preload_libraries setting in postgresql.conf !

Usage

In a database that needs to beturned into a "cartodb" user database, run:

  CREATE EXTENSION postgis;
  CREATE EXTENSION schema_triggers;
  CREATE EXTENSION cartodb;