[postgis-tickets] [PostGIS] #2560: view xxx depends on function st_union(geometry)
PostGIS
trac at osgeo.org
Sat Feb 22 20:19:05 PST 2014
#2560: view xxx depends on function st_union(geometry)
-----------------------------------+----------------------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.2
Component: build/upgrade/install | Version: 2.1.x
Keywords: |
-----------------------------------+----------------------------------------
Comment(by robe):
strk,
Did you do anything with event trigger functions. I noticed the same
problem with those, that if I move my extension to postgis schema, they
are still stuck in public.
I confirmed this was not an issue before your change by upgrading from
postgis 2.1.0 to postgis 2.1.1 (then moving to schema postgis). In that
case the trigger event functions moved along. Trigger functions are
{{{
chechauthtrigger()
postgis_cache_bbox()
}}}
I know that my logic for extension drops all functions from the extension
package since the assumption is they will be recreated with CREATE OR
REPLACE FUNCTION. So this suggests the upgrade script is no longer
including these trigger functions.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2560#comment:21>
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