Re: Fixes for missing schema qualifications - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Fixes for missing schema qualifications
Date
Msg-id 20180314025433.GJ1150@paquier.xyz
Whole thread Raw
In response to Re: Fixes for missing schema qualifications  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-hackers
On Tue, Mar 13, 2018 at 07:30:23PM -0700, David G. Johnston wrote:
> On Tue, Mar 13, 2018 at 6:50 PM, Michael Paquier <michael@paquier.xyz>
> wrote:
>> To simplify user's life, we
>> could also recommend just to users to issue a ALTER FUNCTION SET
>> search_path to fix the problem for all functions, that's easier to
>> digest.
>
> ​I'm unclear as to what scope you are suggesting the above advice (and
> option #1) apply to.  All pg_catalog/information_schema functions or all
> functions including those created by users?
> ​

I am suggesting that to keep simple the release notes of the next minor
versions, but still patch information_schema.sql with the changes based
on operator(pg_catalog.foo) for all functions internally as as new
deployments get the right call.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Fixes for missing schema qualifications
Next
From: Tatsuro Yamada
Date:
Subject: planner bug regarding lateral and subquery?