[postgis-tickets] [PostGIS] #5196: CREATE EXTENSION script for postgis_tiger_geocoder should use CREATE FUNCTION
PostGIS
trac at osgeo.org
Mon Aug 1 10:49:43 PDT 2022
#5196: CREATE EXTENSION script for postgis_tiger_geocoder should use CREATE
FUNCTION
----------------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.5.8
Component: tiger geocoder | Version: 2.5.x
Keywords: |
----------------------------+---------------------------
Right now it uses CREATE OR REPLACE FUNCTION. However since CREATE
EXTENSION there should be none of these functions existing, it should do a
CREATE FUNCTION instead to prevent overwriting of user functions and also
hacker exploits.
This is breaking it out of #5165.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5196>
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