Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b36927f

Browse files
committed
Fix outdated comment
Extracted from a patch by Bernd Helmle
1 parent a5652d3 commit b36927f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/parser/parse_utilcmd.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2418,8 +2418,8 @@ transformAlterTableStmt(AlterTableStmt *stmt, const char *queryString)
24182418
* and detect inconsistent/misplaced constraint attributes.
24192419
*
24202420
* NOTE: currently, attributes are only supported for FOREIGN KEY, UNIQUE,
2421-
* and PRIMARY KEY constraints, but someday they ought to be supported
2422-
* for other constraint types.
2421+
* EXCLUSION, and PRIMARY KEY constraints, but someday they ought to be
2422+
* supported for other constraint types.
24232423
*/
24242424
static void
24252425
transformConstraintAttrs(CreateStmtContext *cxt, List *constraintList)

0 commit comments

Comments
 (0)