Re: hint infrastructure setup (v3)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: hint infrastructure setup (v3)
Date: 2004-04-03 01:43:14
Message-ID: 200404030143.i331hEd22863@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Stephan Szabo 2004-04-03 02:21:45 Re: hint infrastructure setup (v3)
Previous Message Tom Lane 2004-04-02 16:46:05 Re: hint infrastructure setup (v3)