Thread

Commits

  1. Remove mention of password_encryption = plain in postgresql.conf.sample.

  1. password_encryption in postgresql.conf (10)

    Oleg Bartunov <obartunov@gmail.com> — 2017-09-06T08:31:00Z

    I may be mistaken, but postgresql.conf  for version 10 still mentions
    plain comment
    
    #password_encryption = md5              # md5, scram-sha-256, or plain
    
    
    Oleg
    
    
    
  2. Re: password_encryption in postgresql.conf (10)

    Michael Paquier <michael.paquier@gmail.com> — 2017-09-06T08:52:08Z

    On Wed, Sep 6, 2017 at 5:31 PM, Oleg Bartunov <obartunov@gmail.com> wrote:
    > I may be mistaken, but postgresql.conf  for version 10 still mentions
    > plain comment
    >
    > #password_encryption = md5              # md5, scram-sha-256, or plain
    
    You are right, this should be removed.
    -- 
    Michael
    
    
    
  3. Re: password_encryption in postgresql.conf (10)

    Tom Lane <tgl@sss.pgh.pa.us> — 2017-09-08T18:40:43Z

    Oleg Bartunov <obartunov@gmail.com> writes:
    > I may be mistaken, but postgresql.conf  for version 10 still mentions
    > plain comment
    
    > #password_encryption = md5              # md5, scram-sha-256, or plain
    
    Fixed, thanks
    
    			regards, tom lane