Do not enable DDL triggers on extension create

Use cartodb.cdb_enable_ddl_hooks() to enable them.
Closes #19
This commit is contained in:
Sandro Santilli
2014-05-22 11:40:01 +02:00
parent 0082138503
commit 8a8d198ea2
3 changed files with 17 additions and 1 deletions

View File

@@ -3,6 +3,9 @@
-- Set user quota to infinite
SELECT CDB_SetUserQuotaInBytes(0);
-- Enable ddl triggers
SELECT cartodb.cdb_enable_ddl_hooks();
create schema c;
CREATE USER cartodb_postgresql_unpriv_user;