Fix outdated comment

Extracted from a patch by Bernd Helmle
This commit is contained in:
Alvaro Herrera 2011-06-29 19:39:33 -04:00
parent a5652d3e05
commit b36927fbe9
1 changed files with 2 additions and 2 deletions

View File

@ -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)