search_path wildcard? - Mailing list pgsql-general

From Ron Johnson
Subject search_path wildcard?
Date
Msg-id CANzqJaDxVFRPreSz_e=cg2PU2nW48BUcoJTyvc72Yry0tqkTcQ@mail.gmail.com
Whole thread Raw
Responses Re: search_path wildcard?
List pgsql-general
This doesn't work, and I've found nothing similar:
ALTER ROLE foo SET SEARCH_PATH  = '*';

Is there a single SQL statement which will generate a search path based on information_schema.schemata, or do I have to write an anonymous DO procedure?
SELECT schema_name FROM information_schema.schemata WHERE schema_name != 'information_schema' AND schema_name NOT LIKE 'pg_%';

pgsql-general by date:

Previous
From: Isaac Morland
Date:
Subject: Re: Finding "most recent" using daterange
Next
From: "David G. Johnston"
Date:
Subject: Re: search_path wildcard?