mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Don't choke on superuser names containing random punctuation.
This commit is contained in:
parent
edebfec803
commit
5490195f04
@ -9,7 +9,7 @@
|
|||||||
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* 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
|
* NOTES
|
||||||
* the genbki.sh script reads this file and generates .bki
|
* the genbki.sh script reads this file and generates .bki
|
||||||
@ -73,6 +73,6 @@ typedef FormData_pg_shadow *Form_pg_shadow;
|
|||||||
* user choices.
|
* 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 */
|
#endif /* PG_SHADOW_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user