pgsql: Add database comments to template0 and postgres databases, and i

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add database comments to template0 and postgres databases, and i
Date: 2011-03-15 15:27:00
Message-ID: E1PzW9E-0000Ur-7S@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add database comments to template0 and postgres databases, and improve
the comments on the template1 database. No catalog version bump because
they are just comments.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ddd6ff289f2512f881493b7793853a96955459ff

Modified Files
--------------
src/bin/initdb/initdb.c | 3 +++
src/include/catalog/pg_database.h | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-03-15 15:42:14 Re: Re: [COMMITTERS] pgsql: Add missing keywords to gram.y's unreserved_keywords list.
Previous Message Robert Haas 2011-03-15 15:26:16 pgsql: Minor sync rep documentation improvements.