Small wording improvements
authorPeter Eisentraut
Wed, 14 Sep 2022 20:30:51 +0000 (22:30 +0200)
committerPeter Eisentraut
Wed, 14 Sep 2022 20:56:55 +0000 (22:56 +0200)
doc/src/sgml/config.sgml
src/backend/utils/misc/guc_tables.c

index a5cd4e44c71ab7953d801791d87109659ea5e278..2af34d704784bfbbd80174e8988a06dcacc837b7 100644 (file)
@@ -5063,7 +5063,7 @@ ANY num_sync ( 
       
       
        
-        Enables or disables reordering of keys in GROUP BY
+        Enables or disables reordering of keys in GROUP BY
         clause. The default is on.
        
       
index 87e625aa7a20660fe3827c0828d403c8eadc081a..550e95056c0f9ebd5be219ad8edb6dfac3d9e6f5 100644 (file)
@@ -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
        },