|
8 | 8 | * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
|
9 | 9 | * Portions Copyright (c) 1994, Regents of the University of California
|
10 | 10 | *
|
11 |
| - * $Id: pg_class.h,v 1.49 2001/05/14 20:30:21 momjian Exp $ |
| 11 | + * $Id: pg_class.h,v 1.50 2001/05/30 14:40:13 momjian Exp $ |
12 | 12 | *
|
13 | 13 | * NOTES
|
14 | 14 | * the genbki.sh script reads this file and generates .bki
|
@@ -67,10 +67,10 @@ CATALOG(pg_class) BOOTSTRAP
|
67 | 67 | */
|
68 | 68 | int2relchecks;/* # of CHECK constraints for class */
|
69 | 69 | int2reltriggers;/* # of TRIGGERs */
|
70 |
| -int2relukeys;/* # of Unique keys */ |
71 |
| -int2relfkeys;/* # of FOREIGN KEYs */ |
72 |
| -int2relrefs;/* # of references to this rel (not used!) */ |
73 |
| -boolrelhaspkey;/* has PRIMARY KEY */ |
| 70 | +int2relukeys;/* # of Unique keys(not used)*/ |
| 71 | +int2relfkeys;/* # of FOREIGN KEYs(not used)*/ |
| 72 | +int2relrefs;/* # of references to this rel (not used) */ |
| 73 | +boolrelhaspkey;/* has PRIMARY KEY(not used)*/ |
74 | 74 | boolrelhasrules;/* has associated rules */
|
75 | 75 | boolrelhassubclass;/* has derived classes */
|
76 | 76 |
|
|