|
7 | 7 | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
|
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California
|
9 | 9 | *
|
10 |
| - * $Id: parsenodes.h,v 1.102 2000/03/14 23:06:47 thomas Exp $ |
| 10 | + * $Id: parsenodes.h,v 1.103 2000/03/24 23:26:45 tgl Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -196,7 +196,7 @@ typedef struct Constraint
|
196 | 196 | char*name;/* name, or NULL if unnamed */
|
197 | 197 | Node*raw_expr;/* expr, as untransformed parse tree */
|
198 | 198 | char*cooked_expr;/* expr, as nodeToString representation */
|
199 |
| -List*keys;/*list of primary keys (or unique columns) */ |
| 199 | +List*keys;/*Ident nodes naming referenced column(s) */ |
200 | 200 | }Constraint;
|
201 | 201 |
|
202 | 202 |
|
|