Re: TODO item: Allow more complex user/database default GUC settings - Mailing list pgsql-hackers

From Tom Lane
Subject Re: TODO item: Allow more complex user/database default GUC settings
Date
Msg-id 5575.1254341147@sss.pgh.pa.us
Whole thread Raw
In response to Re: TODO item: Allow more complex user/database default GUC settings  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: TODO item: Allow more complex user/database default GUC settings
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> FWIW I came up with a preliminary patch for a new psql command \dus that
> shows settings.  It takes a pattern that's used to constrain on roles.
> Thus there is no way to view settings for a database.  If there's a need
> for that we could use another command, say \dls.

Why not two pattern arguments?
\drds [ role-pattern [ db-pattern ]]

Omitted patterns are presumed to be *
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: TODO item: Allow more complex user/database default GUC settings
Next
From: "David E. Wheeler"
Date:
Subject: Re: latest hstore patch