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

Commitcf96907

Browse files
committed
Fix incorrect comment in pg_get_partkeydef()
The comment claimed the output of the function was prefixed by "PARTITIONBY". This is incorrect.Author: Japin LiReviewed-by: Ashutosh BapatDiscussion:https://postgr.es/m/MEYP282MB166923B446FF5FE55B9DACB7B6B69@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
1 parent9a714b9 commitcf96907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/utils/adt/ruleutils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1855,7 +1855,7 @@ pg_get_statisticsobjdef_expressions(PG_FUNCTION_ARGS)
18551855
*
18561856
* Returns the partition key specification, ie, the following:
18571857
*
1858-
*PARTITION BY{ RANGE | LIST | HASH } (column opt_collation opt_opclass [, ...])
1858+
* { RANGE | LIST | HASH } (column opt_collation opt_opclass [, ...])
18591859
*/
18601860
Datum
18611861
pg_get_partkeydef(PG_FUNCTION_ARGS)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp