Fabien COELHO wrote: > CREATE USER calvin WITH IN GROUP admin, CREATEDB; > ERROR: group "admin" does not exist > > CREATE USER calvin WITH IN GROUP admin CREATEDB foo; > ERROR: syntax error at or near "foo" at character 49 > HINT: other user options or ';' expected > > CREATE USER calvin NOCREATEUSER CREATEDB foo; > ERROR: syntax error at or near "foo" at character 42 > HINT: other user options or ';' expected > > CREATE USER calvin CREATEUSER foo; > ERROR: syntax error at or near "foo" at character 31 > HINT: other user options or ';' expected
I hate to say it but I don't see these hints as being very helpful. Basically, if you look at the developers FAQ, you should discuss what you want to do, how you want to do it, then code. I realize you spent a lot of time on a patch, but I don't see a lot of value in adding such hints. -- Bruce Momjian | http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings