Improve comment #141
This commit is contained in:
@@ -683,8 +683,8 @@ BEGIN
|
|||||||
END;
|
END;
|
||||||
$$ LANGUAGE 'plpgsql';
|
$$ LANGUAGE 'plpgsql';
|
||||||
|
|
||||||
-- Return a set of columns that can be candidates to be the_geom
|
-- Return a set of columns that can be candidates to be the_geom[webmercator]
|
||||||
-- with some extra information to filter them out.
|
-- with some extra information to analyze them.
|
||||||
CREATE OR REPLACE FUNCTION _cdb_geom_candidate_columns(reloid REGCLASS)
|
CREATE OR REPLACE FUNCTION _cdb_geom_candidate_columns(reloid REGCLASS)
|
||||||
RETURNS TABLE (attname name, srid integer, typname name, desired_attname text, desired_srid integer)
|
RETURNS TABLE (attname name, srid integer, typname name, desired_attname text, desired_srid integer)
|
||||||
AS $$
|
AS $$
|
||||||
|
|||||||
Reference in New Issue
Block a user