diff options
Diffstat (limited to 'src/include/catalog/pg_shadow.h')
-rw-r--r-- | src/include/catalog/pg_shadow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_shadow.h b/src/include/catalog/pg_shadow.h index 781caca899b..9c4718689ec 100644 --- a/src/include/catalog/pg_shadow.h +++ b/src/include/catalog/pg_shadow.h @@ -8,7 +8,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: pg_shadow.h,v 1.5 1999/12/17 01:05:31 momjian Exp $ + * $Id: pg_shadow.h,v 1.6 2000/01/15 18:30:34 petere Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -72,6 +72,6 @@ typedef FormData_pg_shadow *Form_pg_shadow; * user choices. * ---------------- */ -DATA(insert OID = 0 ( POSTGRES PGUID t t t t PASSWORD _null_ )); +DATA(insert OID = 0 ( POSTGRES PGUID t t t t _null_ _null_ )); #endif /* PG_SHADOW_H */ |