Re: hint infrastructure setup (v3)

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: hint infrastructure setup (v3)
Дата
Msg-id 200404030143.i331hEd22863@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: hint infrastructure setup (v3)  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы Re: hint infrastructure setup (v3)  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Список pgsql-patches
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
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: hint infrastructure setup (v3)
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: hint infrastructure setup (v3)