From: Alvaro Herrera Date: Wed, 29 Jun 2011 23:39:33 +0000 (-0400) Subject: Fix outdated comment X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=b36927fbe922d1aac5d6e42c04eecf65bf37f5f3;p=users%2Fkgrittn%2Fpostgres.git Fix outdated comment Extracted from a patch by Bernd Helmle --- diff --git a/src/backend/parser/parse_utilcmd.c b/src/backend/parser/parse_utilcmd.c index 8744654f34..d40a963b74 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)