Re: CREATE FUNCTION ... SEARCH { DEFAULT | SYSTEM | SESSION }
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Jeff Davis <pgsql@j-davis.com>, pgsql-hackers@postgresql.org
Date: 2023-08-16T06:51:25Z
Lists: pgsql-hackers
On 12.08.23 04:35, Jeff Davis wrote: > The attached patch implements a new SEARCH clause for CREATE FUNCTION. > The SEARCH clause controls the search_path used when executing > functions that were created without a SET clause. I don't understand this. This adds a new option for cases where the existing option wasn't specified. Why not specify the existing option then? Is it not good enough? Can we improve it?
Commits
-
Cache opaque handle for GUC option to avoid repeasted lookups.
- 867dd2dc8704 17.0 landed
-
Add cache for recomputeNamespacePath().
- f26c2368dcae 17.0 cited