Changes between Initial Version and Version 1 of Ticket #5150
- Timestamp:
- 05/14/22 23:16:03 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5150
- Property Summary postgis_extension_AddToSearchPath should take input as text instead of varchar → postgis_extension_AddToSearchPath should take input as text instead of varchar, helpers should use CREATE FUNCTION
-
Ticket #5150 – Description
initial v1 6 6 7 7 This could allow a rogue user to have their version of function run during extension create/updates instead of the one we ship. 8 9 Also 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.