Index: gram.y =================================================================== RCS file: /projects/cvsroot/pgsql/src/backend/parser/gram.y,v retrieving revision 2.521 diff -c -r2.521 gram.y *** gram.y 29 Dec 2005 04:53:18 -0000 2.521 --- gram.y 9 Jan 2006 15:18:51 -0000 *************** *** 664,675 **** } | CREATEUSER { ! /* For backwards compatibility, synonym for SUPERUSER */ ! $$ = makeDefElem("superuser", (Node *)makeInteger(TRUE)); } | NOCREATEUSER { ! $$ = makeDefElem("superuser", (Node *)makeInteger(FALSE)); } | LOGIN_P { --- 664,675 ---- } | CREATEUSER { ! /* For backwards compatibility, synonym for CREATEROLE */ ! $$ = makeDefElem("createrole", (Node *)makeInteger(TRUE)); } | NOCREATEUSER { ! $$ = makeDefElem("createrole", (Node *)makeInteger(FALSE)); } | LOGIN_P {