mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +03:00
Fix outdated comment
Extracted from a patch by Bernd Helmle
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user