Skip to content

Commit d31f20e

Browse files
committed
Fix copy-and-pasteo in comment.
Wensheng Zhang
1 parent 51c0f63 commit d31f20e

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
| ALTER opt_column ColId RESET reloptions
20092009
{
20102010
AlterTableCmd *n = makeNode(AlterTableCmd);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy