Re: How about a psql backslash command to show GUCs?
От | Tom Lane |
---|---|
Тема | Re: How about a psql backslash command to show GUCs? |
Дата | |
Msg-id | 531275.1649707882@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: How about a psql backslash command to show GUCs? ("Jonathan S. Katz" <jkatz@postgresql.org>) |
Ответы |
Re: How about a psql backslash command to show GUCs?
Re: How about a psql backslash command to show GUCs? |
Список | pgsql-hackers |
"Jonathan S. Katz" <jkatz@postgresql.org> writes: > My question is if we're only going to list out the settings that are > customized, are we going to: > 1. Hide a setting if it matches a default value, even if a user set it > to be the default value? OR > 2. Comment out all of the settings in a generated postgresql.conf file? As committed, it prints anything that's shown as "source != 'default'" in pg_settings, which means anything for which the value wasn't taken from the wired-in default. I suppose an alternative definition could be "setting != boot_val". Not really sure if that's better. This idea does somewhat address my unhappiness upthread about printing values with source = 'internal', but I see that it gets confused by some GUCs with custom show hooks, like unix_socket_permissions. Maybe it needs to be "source != 'default' AND setting != boot_val"? regards, tom lane
В списке pgsql-hackers по дате отправления: