Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 111d954

Browse files
committed
Small wording improvements
1 parent f40346f commit 111d954

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/config.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5063,7 +5063,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
50635063
</term>
50645064
<listitem>
50655065
<para>
5066-
Enables or disables reordering of keys in <literal>GROUP BY</literal>
5066+
Enables or disables reordering of keys in a <literal>GROUP BY</literal>
50675067
clause. The default is <literal>on</literal>.
50685068
</para>
50695069
</listitem>

src/backend/utils/misc/guc_tables.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ struct config_bool ConfigureNamesBool[] =
969969
},
970970
{
971971
{"enable_group_by_reordering", PGC_USERSET, QUERY_TUNING_METHOD,
972-
gettext_noop("Enable reordering of GROUP BY key."),
972+
gettext_noop("Enables reordering of GROUP BY keys."),
973973
NULL,
974974
GUC_EXPLAIN
975975
},

0 commit comments

Comments
 (0)