On 08/14/2018 07:01 PM, Nico Williams wrote: > On Tue, Aug 14, 2018 at 03:00:55PM +0000, Robert Haas wrote: >> The more I think about it, the more I think having a way to set a >> lexically-scoped search path is probably the answer. [...] > > Yes please! > > This is what I want. Evaluate the search_path at function definition > time, and record code with fully-qualified symbols in the catalog.
What would the interface to that look like for out-of-tree PL maintainers? -Chap