|
8 | 8 | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
|
9 | 9 | * Portions Copyright (c) 1994, Regents of the University of California
|
10 | 10 | *
|
11 |
| - * $Id: pg_class.h,v 1.41 2000/10/1614:52:26 vadim Exp $ |
| 11 | + * $Id: pg_class.h,v 1.42 2000/10/1616:19:14 momjian Exp $ |
12 | 12 | *
|
13 | 13 | * NOTES
|
14 | 14 | * the genbki.sh script reads this file and generates .bki
|
@@ -180,6 +180,6 @@ DESCR("");
|
180 | 180 | #defineRELKIND_SEQUENCE 'S'/* SEQUENCE relation */
|
181 | 181 | #defineRELKIND_UNCATALOGED 'u'/* temporary heap */
|
182 | 182 | #defineRELKIND_TOASTVALUE 't'/* moved off huge values */
|
183 |
| -#defineRELKIND_VIEW'v'/* view */ |
| 183 | +#defineRELKIND_VIEW'v'/* view */ |
184 | 184 |
|
185 | 185 | #endif/* PG_CLASS_H */
|