c11d1bbf50
by removing references to created_at and updated_at columns
48 lines
1.0 KiB
Plaintext
48 lines
1.0 KiB
Plaintext
SET
|
|
CREATE FUNCTION
|
|
SELECT 1
|
|
ERROR: Please set user quota before cartodbfying tables.
|
|
CONTEXT: SQL statement "SELECT cartodb._CDB_check_prerequisites(schema_name, reloid)"
|
|
PL/pgSQL function cdb_cartodbfytable(text,regclass) line 7 at PERFORM
|
|
0
|
|
single non-geometrical column cartodbfied fine
|
|
DROP TABLE
|
|
SELECT 1
|
|
srid-unconstrained the_geom cartodbfied fine
|
|
DROP TABLE
|
|
SELECT 2
|
|
mixed-srid the_geom cartodbfied fine
|
|
extent|BOX(-1 -1,0 0)
|
|
DROP TABLE
|
|
SELECT 1
|
|
wrong srid-constrained the_geom cartodbfied fine
|
|
extent|BOX(1 1,2 2)|BOX(111319 111325,222639 222684)
|
|
DROP TABLE
|
|
SELECT 1
|
|
wrong srid-constrained the_geom_webmercator cartodbfied fine
|
|
extent|BOX(1 1,2 2)
|
|
DROP TABLE
|
|
SELECT 1
|
|
CREATE TRIGGER
|
|
trigger-protected the_geom cartodbfied fine
|
|
extent|BOX(1 1,2 2)
|
|
DROP TABLE
|
|
SELECT 1
|
|
text cartodb_id cartodbfied fine
|
|
5
|
|
DROP TABLE
|
|
SELECT 1
|
|
uncasting text cartodb_id cartodbfied fine
|
|
1|nan
|
|
DROP TABLE
|
|
SELECT 1
|
|
unsequenced cartodb_id cartodbfied fine
|
|
1
|
|
DROP TABLE
|
|
CREATE TABLE
|
|
cartodb_id serial primary key cartodbfied fine
|
|
t_pkey|cartodb_id
|
|
DROP TABLE
|
|
DROP FUNCTION
|
|
DROP FUNCTION
|