File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
* Written by Peter Eisentraut <peter_e@gmx.net>.
11
11
*
12
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.266 2005/06/14 20:42:53 momjian Exp $
13
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.267 2005/06/16 20:47:20 momjian Exp $
14
14
*
15
15
*--------------------------------------------------------------------
16
16
*/
@@ -865,7 +865,7 @@ static struct config_bool ConfigureNamesBool[] =
865
865
866
866
{
867
867
{"krb_caseins_users" , PGC_POSTMASTER , CONN_AUTH_SECURITY ,
868
- gettext_noop ("Sets if Kerberos user names should be treated case insensitive." ),
868
+ gettext_noop ("Sets whether Kerberos user names should be treated case insensitive." ),
869
869
NULL
870
870
},
871
871
& pg_krb_caseins_users ,
You can’t perform that action at this time.
0 commit comments