[postgis-users] PostGIS Deprecated Functions
Paul Ramsey
pramsey at cleverelephant.ca
Tue Apr 19 14:30:52 PDT 2016
Generally speaking, we've never removed functionality, just moved the
preferred names. Check for function w/o an ST_ prefix. Check for
functions that do not use CamelCase, and use underbar_separations
instead.
P
On Tue, Apr 19, 2016 at 1:17 PM, Victor Rodriguez <victropolis at gmail.com> wrote:
> I've been tasked with determining how big of an effort it would be to weed
> out the usage of PostGIS deprecated functions in our system. Before I
> embark on a home grown approach to figuring this out, I thought I'd ping the
> community and find out if there's any tool out there already to help find
> the use of PostGIS deprecated functions in your system.
>
> Thanks in advance for your help!
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/postgis-users
More information about the postgis-users
mailing list