[postgis-tickets] [PostGIS] #3413: typo in find_srid error notice
PostGIS
trac at osgeo.org
Tue Dec 29 16:35:10 PST 2015
#3413: typo in find_srid error notice
---------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: low | Milestone: PostGIS 2.3.0
Component: postgis | Version: 2.2.x
Keywords: |
---------------------+---------------------------
{{{
SELECT Find_SRID('test', 'test', 'test') As output;
}}}
-- outputs
{{{
ERROR: find_srid() - couldnt find the corresponding SRID - is the
geometry registered in the GEOMETRY_COLUMNS table? Is there an
uppercase/lowercase missmatch?
}}}
When testing 2.2.1dev
I beleive missmatch should be mismatch. Also we seem to like not having '
in our error notices.
couldnt should be couldn't.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3413>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list