Thread

Commits

  1. Simplify description of --data-checksums in documentation of initdb

  1. BUG #15909: Doc for `initdb` on `--data-checksums` says "cannot be changed later", but *can* be in Pg 12.

    The Post Office <noreply@postgresql.org> — 2019-07-16T16:10:52Z

    The following bug has been logged on the website:
    
    Bug reference:      15909
    Logged by:          Basil Bourque
    Email address:      basil.bourque@gmail.com
    PostgreSQL version: 12beta2
    Operating system:   macOS
    Description:        
    
    The `--data-checksums` option on this page for `initdb`:
    https://www.postgresql.org/docs/12/app-initdb.html
    
    …needs to be updated. 
    
    Currently says "This option can only be set during initialization, and
    cannot be changed later."
    
    But now in Postgres 12, the `pg_checksums` command can enable or disable
    checksums on an existing cluster.
    
    See: https://www.postgresql.org/docs/12/app-pgchecksums.html
    
    --Basil Bourque
    
    
  2. Re: BUG #15909: Doc for `initdb` on `--data-checksums` says "cannot be changed later", but *can* be in Pg 12.

    Michael Paquier <michael@paquier.xyz> — 2019-07-17T03:30:23Z

    On Tue, Jul 16, 2019 at 04:10:52PM +0000, PG Bug reporting form wrote:
    > But now in Postgres 12, the `pg_checksums` command can enable or disable
    > checksums on an existing cluster.
    
    My fault here.  As it is an initdb option, it is pretty obvious that
    it is an initialization-time option.  My take is to simply remove the
    sentence completely instead of adding an extra reference to
    pg_checksums.  Thoughts?
    --
    Michael
    
  3. Re: BUG #15909: Doc for `initdb` on `--data-checksums` says "cannot be changed later", but *can* be in Pg 12.

    Daniel Gustafsson <daniel@yesql.se> — 2019-07-17T07:57:56Z

    > On 17 Jul 2019, at 05:30, Michael Paquier <michael@paquier.xyz> wrote:
    > 
    > On Tue, Jul 16, 2019 at 04:10:52PM +0000, PG Bug reporting form wrote:
    >> But now in Postgres 12, the `pg_checksums` command can enable or disable
    >> checksums on an existing cluster.
    > 
    > My fault here.  As it is an initdb option, it is pretty obvious that
    > it is an initialization-time option.  My take is to simply remove the
    > sentence completely instead of adding an extra reference to
    > pg_checksums.  Thoughts?
    
    Agreed, better to just remove the sentence altogether.
    
    cheers ./daniel
    
    
    
    
  4. Re: BUG #15909: Doc for `initdb` on `--data-checksums` says "cannot be changed later", but *can* be in Pg 12.

    Michael Paquier <michael@paquier.xyz> — 2019-07-18T01:07:54Z

    On Wed, Jul 17, 2019 at 09:57:56AM +0200, Daniel Gustafsson wrote:
    > Agreed, better to just remove the sentence altogether.
    
    OK, applied.  Thanks for the report.
    --
    Michael