Re: [HACKERS] CREATE/ALTER ROLE PASSWORD ('value' USING 'method') - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [HACKERS] CREATE/ALTER ROLE PASSWORD ('value' USING 'method')
Date
Msg-id CAB7nPqQeZnAY_Kw4rWwu9PrMKHfaS=5QG9F3HODOmNwS3oC5JQ@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] CREATE/ALTER ROLE PASSWORD ('value' USING 'method')  (Rushabh Lathia <rushabh.lathia@gmail.com>)
List pgsql-hackers
On Wed, Mar 8, 2017 at 2:32 PM, Rushabh Lathia <rushabh.lathia@gmail.com> wrote:
> One quick comments:
>
> +            | PASSWORD '(' Sconst USING Sconst ')'
> +                {
> +                    $$ = makeDefElem("methodPassword",
> +                                     (Node *)list_make2(makeString($3),
> +                                                        makeString($5)),
> +                                     @1);
> +                }
>
> methodPassword looks bit weird, can we change it to passwordMethod
> or pwdEncryptMethod ?

Using "Password" in suffix looks still better to me though for
consistency with the other ones.
-- 
Michael



pgsql-hackers by date:

Previous
From: Dilip Kumar
Date:
Subject: Re: [HACKERS] Parallel bitmap heap scan
Next
From: "Tsunakawa, Takayuki"
Date:
Subject: [HACKERS] [bug fix] dblink leaks unnamed connections