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.
|
* 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)
|
||||||
|
Reference in New Issue
Block a user