Changes between Initial Version and Version 1 of Ticket #3490, comment 3
- Timestamp:
- 03/04/16 18:11:25 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3490, comment 3
initial v1 1 1 Okay this is a bit of a bummer. Looks like setting the search_path of function thwarts the use of spatial indexes. So I guess I can't blindly set it on all functions as I had hoped. 2 3 The issue seems to be that setting the search_path makes the SQL functions not inlined anymore. So guess it can't be used on any of the relationship functions which is a bummer since that's a lot of the area we have issue.