Improve comment #141

This commit is contained in:
Rafa de la Torre
2015-09-14 17:53:34 +02:00
parent 731ee0a9ba
commit dfd0454be3

View File

@@ -683,8 +683,8 @@ BEGIN
END;
$$ LANGUAGE 'plpgsql';
-- Return a set of columns that can be candidates to be the_geom
-- with some extra information to filter them out.
-- Return a set of columns that can be candidates to be the_geom[webmercator]
-- with some extra information to analyze them.
CREATE OR REPLACE FUNCTION _cdb_geom_candidate_columns(reloid REGCLASS)
RETURNS TABLE (attname name, srid integer, typname name, desired_attname text, desired_srid integer)
AS $$