Re: create user problem
| От | Tom Lane |
|---|---|
| Тема | Re: create user problem |
| Дата | |
| Msg-id | 28843.992458398@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | create user problem (Vince Vielhaber <vev@michvhf.com>) |
| Ответы |
Re: create user problem
Re: create user problem |
| Список | pgsql-hackers |
Vince Vielhaber <vev@michvhf.com> writes:
> mydb=# create user foo NOCREATEUSER NOCREATEDB in group bar;
> ERROR: parser: parse error at or near "NOCREATEDB"
> This line:
> [ CREATEDB | NOCREATEDB ] [ CREATEUSER | NOCREATEUSER ]
> does say I can do both, right?
It says you can do both *in that order*.
Feel free to submit a grammar patch to make CREATE USER more flexible
about the ordering of its optional clauses. Right now it's pretty
rigid.
regards, tom lane
В списке pgsql-hackers по дате отправления: