Re: create user problem

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: create user problem
Дата
Msg-id 200107092137.f69LbJv22967@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: create user problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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.

Added to TODO:
* Allow CREATEUSER/CREATEDB ordering in CREATE/ALTER USER

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: AW: New SQL Datatype RECURRINGCHAR
Следующее
От: Dave Martin
Дата:
Сообщение: timestamp not consistent with documentation or standard