]> granicus.if.org Git - postgresql/commitdiff
Don't choke on superuser names containing random punctuation.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 Mar 2001 22:10:13 +0000 (22:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 Mar 2001 22:10:13 +0000 (22:10 +0000)
src/include/catalog/pg_shadow.h

index 253880486c6daef09c0db43b43e840f55059ffb6..e0b087a9d913f54c95487285ff3cd6bccde57398 100644 (file)
@@ -9,7 +9,7 @@
  * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $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 $
  *
  * NOTES
  *       the genbki.sh script reads this file and generates .bki
@@ -73,6 +73,6 @@ typedef FormData_pg_shadow *Form_pg_shadow;
  * user choices.
  * ----------------
  */
-DATA(insert OID = 0 ( POSTGRES PGUID t t t t _null_ _null_ ));
+DATA(insert OID = 0 ( "POSTGRES" PGUID t t t t _null_ _null_ ));
 
 #endif  /* PG_SHADOW_H */