mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Small wording improvements
This commit is contained in:
@ -5056,7 +5056,7 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
|
|||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<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>.
|
clause. The default is <literal>on</literal>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -1216,7 +1216,7 @@ static struct config_bool ConfigureNamesBool[] =
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
{"enable_group_by_reordering", PGC_USERSET, QUERY_TUNING_METHOD,
|
{"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,
|
NULL,
|
||||||
GUC_EXPLAIN
|
GUC_EXPLAIN
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user