diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2011-06-29 19:39:33 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2011-06-29 19:49:47 -0400 |
commit | b36927fbe922d1aac5d6e42c04eecf65bf37f5f3 (patch) | |
tree | d53fa77b0a45c6fdbe8c0c2c8ea3703a0e265ba6 /src/backend/parser/parse_utilcmd.c | |
parent | a5652d3e05380edcd35236e94b924c8c105eaefd (diff) | |
download | postgresql-b36927fbe922d1aac5d6e42c04eecf65bf37f5f3.tar.gz postgresql-b36927fbe922d1aac5d6e42c04eecf65bf37f5f3.zip |
Fix outdated comment
Extracted from a patch by Bernd Helmle
Diffstat (limited to 'src/backend/parser/parse_utilcmd.c')
-rw-r--r-- | src/backend/parser/parse_utilcmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/parser/parse_utilcmd.c b/src/backend/parser/parse_utilcmd.c index 8744654f34a..d40a963b744 100644 --- a/src/backend/parser/parse_utilcmd.c +++ b/src/backend/parser/parse_utilcmd.c @@ -2418,8 +2418,8 @@ transformAlterTableStmt(AlterTableStmt *stmt, const char *queryString) * and detect inconsistent/misplaced constraint attributes. * * NOTE: currently, attributes are only supported for FOREIGN KEY, UNIQUE, - * and PRIMARY KEY constraints, but someday they ought to be supported - * for other constraint types. + * EXCLUSION, and PRIMARY KEY constraints, but someday they ought to be + * supported for other constraint types. */ static void transformConstraintAttrs(CreateStmtContext *cxt, List *constraintList) |