Skip to content

Commit 12a5214

Browse files
committed
Small wording improvements
1 parent ef81b7f commit 12a5214

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5056,7 +5056,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
50565056
</term>
50575057
<listitem>
50585058
<para>
5059-
Enables or disables reordering of keys in <literal>GROUP BY</literal>
5059+
Enables or disables reordering of keys in a <literal>GROUP BY</literal>
50605060
clause. The default is <literal>on</literal>.
50615061
</para>
50625062
</listitem>

src/backend/utils/misc/guc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,7 @@ static struct config_bool ConfigureNamesBool[] =
12161216
},
12171217
{
12181218
{"enable_group_by_reordering", PGC_USERSET, QUERY_TUNING_METHOD,
1219-
gettext_noop("enable reordering of GROUP BY key"),
1219+
gettext_noop("Enables reordering of GROUP BY keys."),
12201220
NULL,
12211221
GUC_EXPLAIN
12221222
},

0 commit comments

Comments
 (0)