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;
Description
No description provided
Readme 1.6 MiB
Languages
PLpgSQL 84.4%
Shell 13.9%
Makefile 1.4%
Ruby 0.3%