Bruce Momjian <bruce(at)momjian(dot)us> writes:
> People are confused about what template0 is for, so I created the
> attached one-line patch to add a database comment to template0. No
> initdb, I assume, becuase it is just a comment.
> + "COMMENT ON DATABASE template0 IS 'only used by pg_dump';\n",
No objection to the concept, but the actual text of this comment is
approximately 100% wrong.
regards, tom lane