Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8f50f7a

Browse files
committed
Improve comment.
1 parent8cbeb5f commit8f50f7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/nodes/parsenodes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
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 $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -196,7 +196,7 @@ typedef struct Constraint
196196
char*name;/* name, or NULL if unnamed */
197197
Node*raw_expr;/* expr, as untransformed parse tree */
198198
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) */
200200
}Constraint;
201201

202202

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp