pgsql: Add missing period "." in pg_upgrade documentation.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing period "." in pg_upgrade documentation.
Date: 2011-02-01 18:53:36
Message-ID: E1PkLM8-00037M-QU@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing period "." in pg_upgrade documentation.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=d2888d1ca36c266900eeea95401269c782074251

Modified Files
--------------
doc/src/sgml/pgupgrade.sgml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-02-01 18:57:57 pgsql: Clarify pg_upgrade install instructions, per suggestion from Rob
Previous Message Bruce Momjian 2011-02-01 17:23:12 pgsql: Add pg_upgrade comment for why we can't use template1 inheritanc