Small wording improvements

pull/104/head
Peter Eisentraut 3 years ago
parent f40346ff0b
commit 111d954024
  1. 2
      doc/src/sgml/config.sgml
  2. 2
      src/backend/utils/misc/guc_tables.c

@ -5063,7 +5063,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
</term>
<listitem>
<para>
Enables or disables reordering of keys in <literal>GROUP BY</literal>
Enables or disables reordering of keys in a <literal>GROUP BY</literal>
clause. The default is <literal>on</literal>.
</para>
</listitem>

@ -969,7 +969,7 @@ 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
},

Loading…
Cancel
Save