File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
int2 relchecks ; /* # of CHECK constraints for class */
69
69
int2 reltriggers ; /* # of TRIGGERs */
70
- int2 relukeys ; /* # of Unique keys */
71
- int2 relfkeys ; /* # of FOREIGN KEYs */
72
- int2 relrefs ; /* # of references to this rel (not used! ) */
73
- bool relhaspkey ; /* has PRIMARY KEY */
70
+ int2 relukeys ; /* # of Unique keys (not used) */
71
+ int2 relfkeys ; /* # of FOREIGN KEYs (not used) */
72
+ int2 relrefs ; /* # of references to this rel (not used) */
73
+ bool relhaspkey ; /* has PRIMARY KEY (not used) */
74
74
bool relhasrules ; /* has associated rules */
75
75
bool relhassubclass ; /* has derived classes */
76
76
You can’t perform that action at this time.
0 commit comments