Re: CREATE FUNCTION ... SEARCH { DEFAULT | SYSTEM | SESSION }

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Jeff Davis <pgsql(at)j-davis(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: CREATE FUNCTION ... SEARCH { DEFAULT | SYSTEM | SESSION }
Date: 2023-08-16 06:51:25
Message-ID: 15464811-18fb-c7d4-4620-873366d367d6@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jimmy Yih 2023-08-16 07:33:29 Re: Should the archiver process always make sure that the timeline history files exist in the archive?
Previous Message Andy Fan 2023-08-16 06:27:57 Re: Extract numeric filed in JSONB more effectively