[postgis-users] select postgis_full_version()

zach cruise zachc1980 at gmail.com
Fri Jan 23 13:47:03 PST 2015


On 1/16/15, Sandro Santilli <strk at keybit.net> wrote:
> On Fri, Jan 16, 2015 at 10:52:25AM +0100, Sandro Santilli wrote:
>> On Thu, Jan 15, 2015 at 05:49:53PM -0500, zach cruise wrote:
>> > does anyone know where we can look at this line 19 where
>> > postgis_LIB_version() is being called (i just call "select
>> > postgis_FULL_version();")?
>>
>> I don't see an error in your log, anyway
>> just call SELECT postgis_lib_version() yourself and see if it works.
>> Context that can change whether or not it works is search_path and
>> currentuser()
>
> That's "current_user" (not a function).
>
>   select postgis_lib_version();
>   select current_user;
>   show search_path;
>   select n.nspname from pg_namespace n, pg_proc p
>     where p.proname = 'postgis_lib_version' and n.oid = p.pronamespace;
>
> --strk;
>
>   ()   Free GIS & Flash consultant/developer
>   /\   http://strk.keybit.net/services.html

can't figure out. might be a gdal path issue. from
https://trac.osgeo.org/postgis/ticket/2647,
http://trac.osgeo.org/postgis/ticket/2476,
http://trac.osgeo.org/postgis/ticket/2460
(http://stackoverflow.com/questions/7693596/c-loadlibrary-error-noaccess-invalid-access-to-memory-location)


More information about the postgis-users mailing list