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

Commitd31f20e

Browse files
committed
Fix copy-and-pasteo in comment.
Wensheng Zhang
1 parent51c0f63 commitd31f20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/parser/gram.y

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2004,7 +2004,7 @@ alter_table_cmd:
20042004
n->def = (Node *)$5;
20052005
$$ = (Node *)n;
20062006
}
2007-
/* ALTER TABLE <name> ALTER [COLUMN] <colname>SET ( column_parameter = value [, ... ] )*/
2007+
/* ALTER TABLE <name> ALTER [COLUMN] <colname>RESET ( column_parameter = value [, ... ] )*/
20082008
|ALTERopt_columnColIdRESETreloptions
20092009
{
20102010
AlterTableCmd *n = makeNode(AlterTableCmd);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp