Thread

Commits

  1. Doc: clean up some places that mentioned template1 but not template0.

  1. initdb: nothing about template0

    The Post Office <noreply@postgresql.org> — 2021-11-02T07:22:31Z

    The following documentation comment has been logged on the website:
    
    Page: https://www.postgresql.org/docs/14/app-initdb.html
    Description:
    
    Is it correct that this page does not contain information about the
    template0 database.
    The same goes for the "Create Database Cluster" page
    (https://www.postgresql.org/docs/14/creating-cluster.html).
    
    Maybe it makes sense to add that template0 is also created when the database
    cluster is initialized?
    
  2. Re: initdb: nothing about template0

    Tom Lane <tgl@sss.pgh.pa.us> — 2021-11-02T16:19:19Z

    PG Doc comments form <noreply@postgresql.org> writes:
    > Is it correct that this page does not contain information about the
    > template0 database.
    > The same goes for the "Create Database Cluster" page
    > (https://www.postgresql.org/docs/14/creating-cluster.html).
    
    Yeah, this text evidently wasn't updated when we invented template0.
    I'll go do something about that --- thanks for the suggestion!
    
    			regards, tom lane