This commit is contained in:
Sandro Santilli
2014-05-30 18:29:52 +02:00
parent ac53d6b000
commit cc9cbdb7a7
2 changed files with 2 additions and 2 deletions

View File

@@ -155,7 +155,7 @@ BEGIN
-- Try to copy data from new name if possible
IF new_name IS NOT NULL THEN
RAISE NOTICE 'Trying to recover data from % coumn', new_name;
RAISE NOTICE 'Trying to recover data from % column', new_name;
BEGIN
-- Copy existing values to new field
sql := 'UPDATE ' || reloid::text || ' SET cartodb_id = '