Re: security_definer_search_path GUC

From: "Joel Jacobson" <joel(at)compiler(dot)org>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: security_definer_search_path GUC
Date: 2021-06-04 15:42:29
Message-ID: 0229a96c-710b-4eba-9077-e316c2a125dd@www.fastmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Maybe this could work:
CREATE SCHEMA schema_name UNQUALIFIED;
Which would explicitly make all the objects created in the schema accessible unqualified, but also enforce there are no conflicts with other objects in existence in all unqualified schemas, upon the creation of new objects.
/Joel

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2021-06-04 16:03:05 Re: security_definer_search_path GUC
Previous Message Alvaro Herrera 2021-06-04 15:28:04 Re: Incorrect usage of strtol, atoi for non-numeric junk inputs