Schema search_path and $user - Mailing list pgsql-general

From Postgres User
Subject Schema search_path and $user
Date
Msg-id b88c3460907061141g18b9a263k19690825ad82690@mail.gmail.com
Whole thread Raw
Responses Re: Schema search_path and $user
List pgsql-general
In the docs, I see repeated references to $user in the postgresql.conf
schema search_path setting such as:

search_path = '"$user",public'

But I don't see any info on the meaning of '$user' here.  Is $user
some kind of variable within postgresql.conf that refers to the
current user?  Can it be replaced with a real group name to control
schema search_paths for specific groups/users?

Thanks.

pgsql-general by date:

Previous
From: Raymond O'Donnell
Date:
Subject: Re: Added parameter for CREATE ROLE
Next
From: Tom Lane
Date:
Subject: Re: Schema search_path and $user