I work with postgres ( PostgreSQL 9.3.10 on amd64-portbld-freebsd10.1, compiled by FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032 ) 20140512, 64-bit) and posgis ( "POSTGIS="2.1.7 r13414" GEOS="3.5.0-CAPI-1.9.0 r4084" PROJ="Rel. 4.9.1, 04 March 2015" LIBXML="2.9.3" LIBJSON="UNKNOWN"" ).
I try to use DG with my old functions but stop in geometric data types.
What do you mean? Can you provide the screenshot?
HI,
I work with postgres ( PostgreSQL 9.3.10 on amd64-portbld-freebsd10.1, compiled by FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032 ) 20140512, 64-bit) and posgis ( "POSTGIS="2.1.7 r13414" GEOS="3.5.0-CAPI-1.9.0 r4084" PROJ="Rel. 4.9.1, 04 March 2015" LIBXML="2.9.3" LIBJSON="UNKNOWN"" ).
I try to use DG with my old functions but stop in geometric data types.
In what schema geometry type is?
Is this schema in search path?
what search path?
All functions are in same schema except postgis functions, they are in public
Try to add public schema here
Thanks a lot. Problem solved!
Great!