Changes between Initial Version and Version 1 of Ticket #5150


Ignore:
Timestamp:
May 14, 2022, 11:16:03 PM (2 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5150

    • Property Summary postgis_extension_AddToSearchPath should take input as text instead of varcharpostgis_extension_AddToSearchPath should take input as text instead of varchar, helpers should use CREATE FUNCTION
  • Ticket #5150 – Description

    initial v1  
    66
    77This could allow a rogue user to have their version of function run during extension create/updates instead of the one we ship.
     8
     9Also as general best practice we should use CREATE FUNCTION instead of CREATE OR REPLACE FUNCTION.  We can easily change for the helper functions since they are created as part of install and then dropped after.