]> granicus.if.org Git - postgis/commit
Added a modified version of Carl Anderson <carl.anderson@vadose.org> patch for
authorDavid Blasby <dblasby@gmail.com>
Tue, 13 May 2003 22:51:32 +0000 (22:51 +0000)
committerDavid Blasby <dblasby@gmail.com>
Tue, 13 May 2003 22:51:32 +0000 (22:51 +0000)
commitfb01fb67e43947bc61b07cea3558c6cc4ba46484
tree4f03a8de7edac6141e7ed8ad491a6c3ad26fbf91
parent55c1ab10b6f3523684ea72ab15814a846f9d466b
Added a modified version of Carl Anderson <carl.anderson@vadose.org> patch for
schema-aware find_srid().

I have modified your schema-patched find_srid() and commited it to the postgis

1. removed isstrict qualification and explicity throw an error if one of the
arguments is null
2. use "LIKE" instead of "~" for pattern matching because "~" wasnt working on
my system
3. throw an error if the the requested geometry couldnt be found.

git-svn-id: http://svn.osgeo.org/postgis/trunk@274 b70326c6-7e19-0410-871a-916f4a2858ee
Attic/postgis_sql_common.sql.in