We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96648f6 commit 17e3e47Copy full SHA for 17e3e47
src/include/catalog/pg_class.h
@@ -8,7 +8,7 @@
8
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
9
* Portions Copyright (c) 1994, Regents of the University of California
10
*
11
- * $Id: pg_class.h,v 1.41 2000/10/16 14:52:26 vadim Exp $
+ * $Id: pg_class.h,v 1.42 2000/10/16 16:19:14 momjian Exp $
12
13
* NOTES
14
* the genbki.sh script reads this file and generates .bki
@@ -180,6 +180,6 @@ DESCR("");
180
#define RELKIND_SEQUENCE 'S' /* SEQUENCE relation */
181
#define RELKIND_UNCATALOGED 'u' /* temporary heap */
182
#define RELKIND_TOASTVALUE 't' /* moved off huge values */
183
-#define RELKIND_VIEW 'v' /* view */
+#define RELKIND_VIEW 'v' /* view */
184
185
#endif /* PG_CLASS_H */
0 commit comments