[postgis-tickets] [PostGIS] #3076: Unqualified function calls break postgres_fdw compatibiliy
PostGIS
trac at osgeo.org
Wed Apr 1 08:36:01 PDT 2015
#3076: Unqualified function calls break postgres_fdw compatibiliy
----------------------+-----------------------------------------------------
Reporter: fphilipe | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.7
Component: postgis | Version: 2.1.x
Keywords: |
----------------------+-----------------------------------------------------
Comment(by robe):
rdunklau,
Yap that's the path we are going down.
See this thread -
http://lists.osgeo.org/pipermail/postgis-devel/2015-March/024806.html
The only issue I suspect we'll run into is if the person then relocates
the extension again, I think the old one would be stuck because I suspect
the extension machinery would then hard-code this new schema at extension
install time and ALTER EXTENSIO SET SCHEMA would then use the old path
making the functions unusable. I have to test that theory, but I suspect
that will be the downside of using only @extschema@
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3076#comment:9>
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