1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Small wording improvements

This commit is contained in:
Peter Eisentraut
2022-09-14 22:30:51 +02:00
parent ef81b7f869
commit 12a5214df4
2 changed files with 2 additions and 2 deletions

View File

@ -1216,7 +1216,7 @@ static struct config_bool ConfigureNamesBool[] =
},
{
{"enable_group_by_reordering", PGC_USERSET, QUERY_TUNING_METHOD,
gettext_noop("enable reordering of GROUP BY key"),
gettext_noop("Enables reordering of GROUP BY keys."),
NULL,
GUC_EXPLAIN
},