Commit b36927fb authored by Alvaro Herrera's avatar Alvaro Herrera

Fix outdated comment

Extracted from a patch by Bernd Helmle
parent a5652d3e
...@@ -2418,8 +2418,8 @@ transformAlterTableStmt(AlterTableStmt *stmt, const char *queryString) ...@@ -2418,8 +2418,8 @@ transformAlterTableStmt(AlterTableStmt *stmt, const char *queryString)
* and detect inconsistent/misplaced constraint attributes. * and detect inconsistent/misplaced constraint attributes.
* *
* NOTE: currently, attributes are only supported for FOREIGN KEY, UNIQUE, * NOTE: currently, attributes are only supported for FOREIGN KEY, UNIQUE,
* and PRIMARY KEY constraints, but someday they ought to be supported * EXCLUSION, and PRIMARY KEY constraints, but someday they ought to be
* for other constraint types. * supported for other constraint types.
*/ */
static void static void
transformConstraintAttrs(CreateStmtContext *cxt, List *constraintList) transformConstraintAttrs(CreateStmtContext *cxt, List *constraintList)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment