Thanks Daniel.  
That's a big help to me!

------------------ Original ------------------
From:                                                                           
                                             "Daniel Gustafsson"                
                                                                    
<[email protected]&gt;;
Date:&nbsp;Mon, Mar 18, 2024 09:49 PM
To:&nbsp;"Sean"<[email protected]&gt;;
Cc:&nbsp;"pgsql-hackers"<[email protected]&gt;;
Subject:&nbsp;Re: Is there still password max length restrictions in PG?



&gt; On 18 Mar 2024, at 14:43, Sean <[email protected]&gt; wrote:
&gt; 
&gt; Hi, 
&gt; Thanks for your information.&nbsp; Even using SCRAM,&nbsp; when specified 
the content of "password",&nbsp; still there is a basic request about the 
length of it.&nbsp; From the source code, seems there is no restriction, 
right???

SCRAM stores a hashed fixed-size representation of the password, so there is no
restriction in terms of length on the user supplied secret.

--
Daniel Gustafsson

Reply via email to