Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit111d954

Browse files
committed
Small wording improvements
1 parentf40346f commit111d954

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
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 ina<literal>GROUP BY</literal>
50675067
clause. The default is <literal>on</literal>.
50685068
</para>
50695069
</listitem>

‎src/backend/utils/misc/guc_tables.c

Lines changed: 1 addition & 1 deletion
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 BYkey."),
972+
gettext_noop("Enables reordering of GROUP BYkeys."),
973973
NULL,
974974
GUC_EXPLAIN
975975
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp