We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edebfec commit 5490195Copy full SHA for 5490195
src/include/catalog/pg_shadow.h
@@ -9,7 +9,7 @@
9
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
10
* Portions Copyright (c) 1994, Regents of the University of California
11
*
12
- * $Id: pg_shadow.h,v 1.10 2001/01/24 19:43:22 momjian Exp $
+ * $Id: pg_shadow.h,v 1.11 2001/03/09 22:10:13 tgl Exp $
13
14
* NOTES
15
* the genbki.sh script reads this file and generates .bki
@@ -73,6 +73,6 @@ typedef FormData_pg_shadow *Form_pg_shadow;
73
* user choices.
74
* ----------------
75
*/
76
-DATA(insert OID = 0 ( POSTGRES PGUID t t t t _null_ _null_ ));
+DATA(insert OID = 0 ( "POSTGRES" PGUID t t t t _null_ _null_ ));
77
78
#endif /* PG_SHADOW_H */
0 commit comments