pg_upgrade docs - Mailing list pgsql-docs

From Bruce Momjian
Subject pg_upgrade docs
Date
Msg-id 201101280342.p0S3gsd04950@momjian.us
Whole thread Raw
Responses Re: pg_upgrade docs  (Bruce Momjian <bruce@momjian.us>)
List pgsql-docs
I have created the attached patch which rewords the mention of
pg_upgrade in the docs.  I think it is clearer and more concise.  Should
we mention that people should have a recent pg_dump?  If so, that should
be in the pg_upgrade man page, not here.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +
diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml
index c14ae43..123e769 100644
*** a/doc/src/sgml/backup.sgml
--- b/doc/src/sgml/backup.sgml
*************** psql -f backup postgres
*** 1565,1578 ****
     <title>Other data migration methods</title>

    <para>
!    The <filename>contrib</> program
!    <link linkend="pgupgrade"><application>pg_upgrade</application></link>
!    allows an installation to be migrated in-place from one major
!    <productname>PostgreSQL</> version to the next.  Keep in mind that this
!    method does not provide any scope for running old and new versions
!    concurrently.  Also, <application>pg_upgrade</application> is much less
!    battle-tested than <application>pg_dump</application>, so having an
!    up-to-date backup is strongly recommended in case something goes wrong.
    </para>

    <para>
--- 1565,1575 ----
     <title>Other data migration methods</title>

    <para>
!    The <link linkend="pgupgrade">pg_upgrade</link> module allows an
!    installation to be migrated in-place from one major
!    <productname>PostgreSQL</> version to the next.  Upgrades can be
!    performed in minutes, though the server cannot be accessed during
!    the upgrade.
    </para>

    <para>

pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: documentation navigation
Next
From: Josh Kupershmidt
Date:
Subject: Re: Building PDFs error: \pdfendlink ended up in different nesting level than \pd