[postgis-devel] Issue 74 in postgis: AddGeometryColumn does not detect search_path properly
codesite-noreply at google.com
codesite-noreply at google.com
Tue Dec 2 12:54:16 PST 2008
Comment #5 on issue 74 by ke... at refractions.net: AddGeometryColumn does not
detect search_path properly
http://code.google.com/p/postgis/issues/detail?id=74
Ah. No, ST_GeometryType does not return prefix the geometry type with
an 'ST_', but
for some reason it does exclude many of the possible return types ('CURVEZ',
'SURFACEM', etc.) even though the specs do state in 7.2.8.1 "The SQL/MM ...
ST_GeometryType... routine[s] shall be supported for all Geometry Types"
(those
listed in 7.1.3.3)
I updated the three column constraints to use the 'ST_' prefixed
functions. I
suppose the type constraint should remain as geometrytype() until
ST_GeometryType
gets updated to return valid types as per the specs.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
More information about the postgis-devel
mailing list