Re: search_path wildcard? - Mailing list pgsql-general

From Ron Johnson
Subject Re: search_path wildcard?
Date
Msg-id CANzqJaCjWr3Z3typ-Ye8vitiiYQEkCGz=w4Sx9Up7dZ+Hsb6Fw@mail.gmail.com
Whole thread Raw
In response to Re: search_path wildcard?  ("David G. Johnston" <david.g.johnston@gmail.com>)
Responses Re: search_path wildcard?
Re: search_path wildcard?
List pgsql-general
On Wed, May 22, 2024 at 12:53 PM David G. Johnston <david.g.johnston@gmail.com> wrote:
On Wed, May 22, 2024, 10:36 Ron Johnson <ronljohnsonjr@gmail.com> wrote:
This doesn't work, and I've found nothing similar:
ALTER ROLE foo SET SEARCH_PATH  = '*';

Correct, you cannot do that.

That would be a helpful feature for administrators, when there are multiple schemas in multiple databases, on multiple servers: superusers get ALTER ROLE foo SET SEARCH_PATH  = '*'; and they're done with it.

pgsql-general by date:

Previous
From: Ron Johnson
Date:
Subject: Re: search_path and SET ROLE
Next
From: Tom Lane
Date:
Subject: Re: search_path wildcard?