]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Small wording improvements
authorPeter Eisentraut <peter@eisentraut.org>
Wed, 14 Sep 2022 20:30:51 +0000 (22:30 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 14 Sep 2022 20:32:12 +0000 (22:32 +0200)
doc/src/sgml/config.sgml
src/backend/utils/misc/guc.c

index 5aac7110b12c590dc22bbdf4052526707cbdc90f..e1b353ed94004a5a91e7d47f75c29e91dd0a59cb 100644 (file)
@@ -5056,7 +5056,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 <literal>GROUP BY</literal>
         clause. The default is <literal>on</literal>.
        </para>
       </listitem>
index e798d888579c0e1ea2505f5db1b80c0aa318399b..afa0662ffcdf75b31ccfe9704828a81acced1d05 100644 (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
                },