Qualify extension calls

This commit is contained in:
Raul Marin
2019-10-08 11:28:40 +02:00
parent 33b723fa3d
commit a30ba351cf
3 changed files with 56 additions and 56 deletions

View File

@@ -58,7 +58,7 @@ BEGIN
temp_table_name := 'bulk_geocode_street_' || md5(random()::text);
EXECUTE format('CREATE TEMPORARY TABLE %s ' ||
'(cartodb_id integer, the_geom geometry(Point,4326), metadata jsonb)',
'(cartodb_id integer, the_geom public.geometry(Point,4326), metadata jsonb)',
temp_table_name);
select