From 5f46ff10e985be4d2d6d6a7e2af98cd3267efd5c Mon Sep 17 00:00:00 2001 From: Guido Fioravantti Date: Wed, 21 Oct 2015 17:35:13 +0200 Subject: [PATCH] Doc change 172 --- scripts-available/CDB_CartodbfyTable.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts-available/CDB_CartodbfyTable.sql b/scripts-available/CDB_CartodbfyTable.sql index e96607d..f67f8a8 100644 --- a/scripts-available/CDB_CartodbfyTable.sql +++ b/scripts-available/CDB_CartodbfyTable.sql @@ -427,8 +427,8 @@ END; $$ LANGUAGE 'plpgsql'; --- DEPRECATED: Use _CDB_Unique_Identifier since it's UTF8 Safe. --- Find a unique relation name in the given schema, starting from the +-- DEPRECATED: Use _CDB_Unique_Identifier since it's UTF8 Safe and length +-- aware. Find a unique relation name in the given schema, starting from the -- template given. If the template is already unique, just return it; -- otherwise, append an increasing integer until you find a unique variant. CREATE OR REPLACE FUNCTION _CDB_Unique_Relation_Name(schemaname TEXT, relationname TEXT)