projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5652d3
)
Fix outdated comment
author
Alvaro Herrera
<
[email protected]
>
Wed, 29 Jun 2011 23:39:33 +0000
(19:39 -0400)
committer
Alvaro Herrera
<
[email protected]
>
Wed, 29 Jun 2011 23:49:47 +0000
(19:49 -0400)
Extracted from a patch by Bernd Helmle
src/backend/parser/parse_utilcmd.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/parser/parse_utilcmd.c
b/src/backend/parser/parse_utilcmd.c
index 8744654f34a0db4e46efba277badc07e2ed7c42d..d40a963b744e08087028cff43ae51f4313241219 100644
(file)
--- 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)